-
db9729a228
try to fix tests
Friedrich Lindenberg
2017-12-04 23:29:24 +0100
-
8226e51408
option for streamed responses.
Friedrich Lindenberg
2017-12-04 23:22:08 +0100
-
cc190eea41
Remove link to old documentation
Juan E. D
2017-11-26 11:02:21 -0300
-
-
dbc1edeca9
cleanup imports
Friedrich Lindenberg
2017-10-25 23:05:01 +0200
-
f2e62606c7
new version
Friedrich Lindenberg
2017-10-25 22:57:15 +0200
-
7a69baf491
Merge pull request #224 from emanuelfeld/master
Friedrich Lindenberg
2017-09-30 12:01:14 +0200
-
-
da901efbf7
Remove Python 2.6 support code
Stefan Wehrmeyer
2017-09-29 14:11:07 +0200
-
1fd2a15273
Make clean and test Phony targets
Stefan Wehrmeyer
2017-09-29 14:10:32 +0200
-
e9aa9298f0
Drop unicode prefix
Stefan Wehrmeyer
2017-09-29 14:10:17 +0200
-
753d4a28d4
Check if primary column on first _sync_table call
emanuelfeld
2017-09-28 23:57:48 -0400
-
-
1fd19f37b9
extra check before column creation
Friedrich Lindenberg
2017-09-24 10:41:08 +0300
-
db9c41a090
release 1.0.1
Friedrich Lindenberg
2017-09-14 20:22:40 -0300
-
39da7522cb
create table upon create_column, fixes #220.
Friedrich Lindenberg
2017-09-14 20:17:01 -0300
-
44b49a6bb9
build instructions.
Friedrich Lindenberg
2017-09-09 18:40:47 +0200
-
b8598b230a
Rename test, refs #217.
Friedrich Lindenberg
2017-09-09 18:37:37 +0200
-
fc59bc59e6
Fix up imports, refs #217.
Friedrich Lindenberg
2017-09-09 18:34:32 +0200
-
a049691749
Remove datafreeze component, fixes #217
Friedrich Lindenberg
2017-09-09 18:24:34 +0200
-
cd091eadca
Missing check on self.local.
Friedrich Lindenberg
2017-09-05 07:59:02 +0200
-
ffea0f7a69
Warn about mixing transactions, schema changes and threading.
Friedrich Lindenberg
2017-09-05 07:49:05 +0200
-
e5b3cd5f49
fix transaction metadata bug
Friedrich Lindenberg
2017-09-04 22:55:12 +0200
-
7e614c0933
cleanup inspection code
Friedrich Lindenberg
2017-09-04 22:26:51 +0200
-
df0d79d75c
fix _step bug
Friedrich Lindenberg
2017-09-04 10:57:01 +0200
-
4232606d27
Move to a model where the table is created lazily, with an initial set of columns
Friedrich Lindenberg
2017-09-03 23:23:57 +0200
-
e30cf24195
Rewrite data change functions on table.
Friedrich Lindenberg
2017-09-03 10:05:17 +0200
-
213a7ce857
Use introspection for table indexes.
Friedrich Lindenberg
2017-09-02 23:05:50 +0200
-
37d7f47d39
Make table instances singleton-ish.
Friedrich Lindenberg
2017-09-02 22:35:29 +0200
-
bf17deeb7f
forgot a print statement
Friedrich Lindenberg
2017-09-02 20:40:52 +0200
-
13cbff37fe
Fix postgres errors.
Friedrich Lindenberg
2017-09-02 20:33:11 +0200
-
a2748b7fde
Reduce dependence on internal metadata caching, refs #208.
Friedrich Lindenberg
2017-09-02 19:35:01 +0200
-
672b0bc8c4
test fixes
Friedrich Lindenberg
2017-09-02 17:31:05 +0200
-
47cdf52323
fix mysql issue, test no-column table.
Friedrich Lindenberg
2017-09-02 17:25:52 +0200
-
cc7787036b
still more cases of using the engine and not the executable in transaction
Friedrich Lindenberg
2017-09-02 17:17:24 +0200
-
17ef44485d
Explicitly not that string types are unsupported.
Friedrich Lindenberg
2017-09-02 16:48:53 +0200
-
a4c73a8fb8
Begin implementing a types handler instead of using plain text types.
Friedrich Lindenberg
2017-09-02 16:47:04 +0200
-
2f0fa7cdd2
use root user
Friedrich Lindenberg
2017-09-02 09:01:30 +0200
-
67e02ef021
try to simplify travis build
Friedrich Lindenberg
2017-09-02 08:56:53 +0200
-
54dc192244
allow mixed-case column names, fixes #188
Friedrich Lindenberg
2017-09-02 08:39:52 +0200
-
f9d4113742
document connection pooling, fixes #211
Friedrich Lindenberg
2017-09-02 08:36:09 +0200
-
348fdf3f94
Merge pull request #186 from paulfitz/create_column_by_example
Friedrich Lindenberg
2017-09-02 08:22:49 +0200
-
-
edc41e4d82
Merge branch 'master' into create_column_by_example
Friedrich Lindenberg
2017-09-02 08:22:22 +0200
-
-
-
-
a4601fdf15
Run nosetests in verbose mode on Travis
Stefan Wehrmeyer
2017-05-16 17:02:53 +0200
-
7fe006b652
Add Python 3.6 to travis CI Matrix
Stefan Wehrmeyer
2017-05-16 17:00:59 +0200
-
ffe7beae12
Make test read nicer
Stefan Wehrmeyer
2017-05-16 16:59:18 +0200
-
3f330df20f
Check for clauses and filters in delete
Stefan Wehrmeyer
2017-05-16 16:57:07 +0200
-
5fd8b3ef3e
up some version
Friedrich Lindenberg
2017-01-29 17:41:32 +0100
-
77762266dd
Simplify transactional logging code, fix deadlock situation.
Friedrich Lindenberg
2017-01-29 17:31:04 +0100
-
522415a27c
refactor query code to be simpler
Friedrich Lindenberg
2017-01-29 15:45:05 +0100
-
fb4512783a
Remove Python 2.6 classifier from setup.py
Stefan Wehrmeyer
2016-12-16 12:07:37 +0100
-
bfcdc16101
Merge pull request #193 from joeschmid/master
Friedrich Lindenberg
2016-12-07 09:35:37 +0100
-
-
c3158d7fe1
Allow Date column type (in addition to existing DateTime type)
Joe Schmid
2016-12-05 14:14:47 -0500
-
-
49905493cb
add missing commas
Friedrich Lindenberg
2016-11-21 08:51:35 +0100
-
0754c73f81
up version
Friedrich Lindenberg
2016-11-21 08:48:37 +0100
-
27af456be7
get over weird lint error
Friedrich Lindenberg
2016-11-21 08:47:41 +0100
-
3f0eb9ac2f
Merge pull request #190 from paulfurley/order-json-freeze-deterministically
Friedrich Lindenberg
2016-11-21 08:45:52 +0100
-
-
866713f110
Order JSON freeze fields deterministically
Paul M Furley
2016-11-21 07:30:43 +0000
-
-
94bc6e09c0
add Table.create_column_by_example method
Paul Fitzpatrick
2016-10-21 16:59:17 -0400
-
-
6fc8bfed51
Skip invalid values test on mysql
Stefan Wehrmeyer
2016-10-17 15:16:13 +0200
-
cd015d5e9a
Reintroduce mysql to travis matrix
Stefan Wehrmeyer
2016-10-15 23:29:13 +0200
-
a075ff7708
Remove Python 3.6 from test matrix
Stefan Wehrmeyer
2016-10-15 23:20:05 +0200
-
4bb2338e13
Add Python 3.5, 3.6 to setup.py and travis
Stefan Wehrmeyer
2016-10-15 23:16:24 +0200
-
797de5136b
Clean up dependencies in setup.py
Stefan Wehrmeyer
2016-10-15 23:16:08 +0200
-
a92a315b60
Test behaviour of _step, assert it still retrieves all data
Stefan Wehrmeyer
2016-10-15 22:55:50 +0200
-
f6e52db698
make universal wheels
Friedrich Lindenberg
2016-09-24 11:15:51 +0200
-
fa1ec13f03
up the version
Friedrich Lindenberg
2016-09-24 11:13:21 +0200
-
5c04bd1e5d
allow for **kwargs in create_index, refs #172.
Friedrich Lindenberg
2016-09-24 10:44:49 +0200
-
2eaa3403ff
Merge pull request #172 from jsvine/master
Friedrich Lindenberg
2016-09-24 10:41:07 +0200
-
-
b7c948c26c
Merge pull request #173 from adamchainz/readthedocs.io
Friedrich Lindenberg
2016-09-22 17:57:33 +0200
-
-
8032c66219
Merge pull request #179 from johnlpuc163/master
Friedrich Lindenberg
2016-09-22 17:57:16 +0200
-
-
2928ba4f39
Merge pull request #180 from arturhoo/patch-1
Friedrich Lindenberg
2016-09-22 17:56:51 +0200
-
-
8177dfd99a
Merge pull request #182 from FlorentDotMe/master
Friedrich Lindenberg
2016-08-17 16:12:59 +0200
-
-
458d086db5
import decimal module
Florent Bervas
2016-08-10 14:20:06 +0200
-
f5c6f2145e
Merge pull request #181 from FlorentDotMe/master
Friedrich Lindenberg
2016-08-09 19:32:04 +0300
-
-
e36f26a72c
handle Decimal class as a string to avoid "null" as returned value
Florent Bervas
2016-08-09 16:47:33 +0200
-
-
0046bcb428
Fix typo on #create_column
Artur Rodrigues
2016-07-27 23:23:38 +0100
-
-
4147871b39
bug fix, make Table.drop_column be aware of table schema
Xu Liu
2016-07-26 17:59:30 -0400
-
-
927f88bbd5
work in row pruning, fixes #176
Friedrich Lindenberg
2016-07-03 11:09:39 +0200
-
4c74bdbc7c
Convert readthedocs links for their .org -> .io migration for hosted projects
Adam Chainz
2016-06-18 09:27:03 +0100
-
-
fc26d7afcd
Let users pass
unique boolean to .create_index
Jeremy Singer-Vine
2016-05-24 14:11:26 -0400
-
-
5f1a38a15f
Merge pull request #169 from saun4app/feature_insert_ignore
Friedrich Lindenberg
2016-05-14 08:57:21 +0200
-
-
72b01df60d
Fixed Build Jobs Build #186 blank space errors
Saun Shewanown
2016-04-27 16:48:45 -0400
-
e7f45b2a68
Added error check to _upsert_pre_check(), res = None when error
Saun Shewanown
2016-04-27 16:39:50 -0400
-
7fd1a71506
Corrected upsert logical error.
Saun Shewanown
2016-04-23 07:59:25 -0400
-
9c162a056c
Changed upsert code style. The logic should be the same.
Saun Shewanown
2016-04-22 14:13:52 -0400
-
66547aafb5
Fixed Build Jobs Build #182 errors
Saun Shewanown
2016-04-22 13:04:17 -0400
-
ff9bed01f1
Fixed Build Jobs Build #181 errors
Saun Shewanown
2016-04-22 12:57:35 -0400
-
c1e82bb9ae
Added insert_ignore and changed upsert.
Saun Shewanown
2016-04-22 11:35:14 -0400
-
fb48c914f4
fix regression, fixes #168
Friedrich Lindenberg
2016-04-22 15:45:10 +0200
-
-
ab9bc7539c
up the version
Friedrich Lindenberg
2016-04-10 10:27:12 +0300
-
bdd937e2c9
pep8
Friedrich Lindenberg
2016-04-10 10:25:14 +0300
-
b64837e2e2
Merge pull request #165 from jmerkow/rtn_query
Friedrich Lindenberg
2016-04-10 10:12:27 +0300
-
-
4fcb7f55ed
use staticPool for sqlite, fixes #163
Friedrich Lindenberg
2016-04-10 10:08:58 +0300
-
2fa5f5f1d4
Simple change in table.py to return query from find
Jameson Merkow
2016-04-09 15:08:31 -0700
-
-
38aef065cb
add to dataset.connect
Friedrich Lindenberg
2016-04-08 11:14:03 +0300
-
4fb4845efc
set default of the ensure_schema flag per session
Friedrich Lindenberg
2016-04-08 09:23:24 +0300
-
6909ba5c2f
Update table.py
krkhnh
2016-04-08 09:48:27 +0900
-
6e6a0c0500
Merge pull request #161 from ryneeverett/comparison-operators
Friedrich Lindenberg
2016-04-01 14:19:05 +0200
-
-
1565fe5fe2
Implement comparison operators. Resolve #128.
ryneeverett
2016-03-24 00:24:12 -0500
-
-
dcf1e09bbe
python 3 urllib
Friedrich Lindenberg
2016-02-14 11:19:19 +0100
-
0dbb926dec
install deps first
Friedrich Lindenberg
2016-02-14 11:09:05 +0100
-
771509a05b
try nose
Friedrich Lindenberg
2016-02-14 11:05:46 +0100