Friedrich Lindenberg
a4c73a8fb8
Begin implementing a types handler instead of using plain text types.
...
this is potentially BREAKING scripts which use the string syntax.
2017-09-02 16:47:04 +02:00
Friedrich Lindenberg
2f0fa7cdd2
use root user
2017-09-02 09:01:30 +02:00
Friedrich Lindenberg
67e02ef021
try to simplify travis build
2017-09-02 08:56:53 +02:00
Friedrich Lindenberg
54dc192244
allow mixed-case column names, fixes #188
2017-09-02 08:39:52 +02:00
Friedrich Lindenberg
f9d4113742
document connection pooling, fixes #211
2017-09-02 08:36:09 +02:00
Friedrich Lindenberg
348fdf3f94
Merge pull request #186 from paulfitz/create_column_by_example
...
add Table.create_column_by_example method
2017-09-02 08:22:49 +02:00
Friedrich Lindenberg
edc41e4d82
Merge branch 'master' into create_column_by_example
2017-09-02 08:22:22 +02:00
Stefan Wehrmeyer
a4601fdf15
Run nosetests in verbose mode on Travis
2017-05-16 17:02:53 +02:00
Stefan Wehrmeyer
7fe006b652
Add Python 3.6 to travis CI Matrix
2017-05-16 17:00:59 +02:00
Stefan Wehrmeyer
ffe7beae12
Make test read nicer
2017-05-16 16:59:18 +02:00
Stefan Wehrmeyer
3f330df20f
Check for clauses and filters in delete
...
Guard against wrong API use before dropping all data
2017-05-16 16:57:07 +02:00
Friedrich Lindenberg
5fd8b3ef3e
up some version
2017-01-29 17:41:32 +01:00
Friedrich Lindenberg
77762266dd
Simplify transactional logging code, fix deadlock situation.
2017-01-29 17:31:04 +01:00
Friedrich Lindenberg
522415a27c
refactor query code to be simpler
2017-01-29 15:45:18 +01:00
Stefan Wehrmeyer
fb4512783a
Remove Python 2.6 classifier from setup.py
2016-12-16 12:07:37 +01:00
Friedrich Lindenberg
bfcdc16101
Merge pull request #193 from joeschmid/master
...
Allow Date column type (in addition to existing DateTime type)
2016-12-07 09:35:37 +01:00
Joe Schmid
c3158d7fe1
Allow Date column type (in addition to existing DateTime type)
2016-12-05 14:14:47 -05:00
Friedrich Lindenberg
49905493cb
add missing commas
2016-11-21 08:51:35 +01:00
Friedrich Lindenberg
0754c73f81
up version
2016-11-21 08:48:37 +01:00
Friedrich Lindenberg
27af456be7
get over weird lint error
2016-11-21 08:47:41 +01:00
Friedrich Lindenberg
3f0eb9ac2f
Merge pull request #190 from paulfurley/order-json-freeze-deterministically
...
Order JSON freeze fields deterministically
2016-11-21 08:45:52 +01:00
Paul M Furley
866713f110
Order JSON freeze fields deterministically
...
To avoid commits like [this
one](f0599f87bc )
on Python 3
2016-11-21 07:30:43 +00:00
Paul Fitzpatrick
94bc6e09c0
add Table.create_column_by_example method
...
This adds a method to create a column by giving an example of
the data it will contain rather than by specifying its
SQLAlchemy type. This extends the range of operations that
can be performed without reading the SQLAlchemy docs.
2016-10-26 09:29:55 -04:00
Stefan Wehrmeyer
6fc8bfed51
Skip invalid values test on mysql
2016-10-17 15:16:13 +02:00
Stefan Wehrmeyer
cd015d5e9a
Reintroduce mysql to travis matrix
2016-10-15 23:29:13 +02:00
Stefan Wehrmeyer
a075ff7708
Remove Python 3.6 from test matrix
...
Travis seems to struggle with installation
2016-10-15 23:20:05 +02:00
Stefan Wehrmeyer
4bb2338e13
Add Python 3.5, 3.6 to setup.py and travis
2016-10-15 23:16:24 +02:00
Stefan Wehrmeyer
797de5136b
Clean up dependencies in setup.py
2016-10-15 23:16:08 +02:00
Stefan Wehrmeyer
a92a315b60
Test behaviour of _step, assert it still retrieves all data
2016-10-15 22:55:50 +02:00
Friedrich Lindenberg
f6e52db698
make universal wheels
2016-09-24 11:15:51 +02:00
Friedrich Lindenberg
fa1ec13f03
up the version
2016-09-24 11:13:21 +02:00
Friedrich Lindenberg
5c04bd1e5d
allow for **kwargs in create_index, refs #172 .
2016-09-24 10:44:49 +02:00
Friedrich Lindenberg
2eaa3403ff
Merge pull request #172 from jsvine/master
...
Let users pass `unique` boolean to .create_index
2016-09-24 10:41:07 +02:00
Friedrich Lindenberg
b7c948c26c
Merge pull request #173 from adamchainz/readthedocs.io
...
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-09-22 17:57:33 +02:00
Friedrich Lindenberg
8032c66219
Merge pull request #179 from johnlpuc163/master
...
bug fix, make Table.drop_column be aware of table schema
2016-09-22 17:57:16 +02:00
Friedrich Lindenberg
2928ba4f39
Merge pull request #180 from arturhoo/patch-1
...
Fix typo on #create_column
2016-09-22 17:56:51 +02:00
Friedrich Lindenberg
8177dfd99a
Merge pull request #182 from FlorentDotMe/master
...
import decimal module
2016-08-17 16:12:59 +02:00
Florent Bervas
458d086db5
import decimal module
2016-08-10 14:20:06 +02:00
Friedrich Lindenberg
f5c6f2145e
Merge pull request #181 from FlorentDotMe/master
...
handle Decimal class as a string to avoid "null" as returned value
2016-08-09 19:32:04 +03:00
Florent Bervas
e36f26a72c
handle Decimal class as a string to avoid "null" as returned value
2016-08-09 16:47:33 +02:00
Artur Rodrigues
0046bcb428
Fix typo on #create_column
2016-07-27 23:24:30 +01:00
Xu Liu
4147871b39
bug fix, make Table.drop_column be aware of table schema
2016-07-26 17:59:30 -04:00
Friedrich Lindenberg
927f88bbd5
work in row pruning, fixes #176
2016-07-03 11:18:17 +02:00
Adam Chainz
4c74bdbc7c
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-06-18 09:27:03 +01:00
Jeremy Singer-Vine
fc26d7afcd
Let users pass unique boolean to .create_index
2016-05-24 14:11:26 -04:00
Friedrich Lindenberg
5f1a38a15f
Merge pull request #169 from saun4app/feature_insert_ignore
...
Added insert_ignore and changed upsert.
2016-05-14 08:57:21 +02:00
Saun Shewanown
72b01df60d
Fixed Build Jobs Build #186 blank space errors
2016-04-27 16:48:45 -04:00
Saun Shewanown
e7f45b2a68
Added error check to _upsert_pre_check(), res = None when error
2016-04-27 16:39:50 -04:00
Saun Shewanown
7fd1a71506
Corrected upsert logical error.
2016-04-23 07:59:25 -04:00
Saun Shewanown
9c162a056c
Changed upsert code style. The logic should be the same.
2016-04-22 14:13:52 -04:00