Commit Graph

700 Commits

Author SHA1 Message Date
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
Saun Shewanown
66547aafb5 Fixed Build Jobs Build #182 errors 2016-04-22 13:04:17 -04:00
Saun Shewanown
ff9bed01f1 Fixed Build Jobs Build #181 errors 2016-04-22 12:57:35 -04:00
Saun Shewanown
c1e82bb9ae Added insert_ignore and changed upsert. 2016-04-22 11:35:14 -04:00
Friedrich Lindenberg
fb48c914f4 fix regression, fixes #168 2016-04-22 15:45:10 +02:00
Friedrich Lindenberg
ab9bc7539c up the version 2016-04-10 10:27:12 +03:00
Friedrich Lindenberg
bdd937e2c9 pep8 2016-04-10 10:25:14 +03:00
Friedrich Lindenberg
b64837e2e2 Merge pull request #165 from jmerkow/rtn_query
Simple change in table.py to return query from find
2016-04-10 10:12:27 +03:00
Friedrich Lindenberg
4fcb7f55ed use staticPool for sqlite, fixes #163 2016-04-10 10:08:58 +03:00
Jameson Merkow
2fa5f5f1d4 Simple change in table.py to return query from find 2016-04-09 15:16:10 -07:00
Friedrich Lindenberg
38aef065cb add to dataset.connect 2016-04-08 11:14:03 +03:00
Friedrich Lindenberg
4fb4845efc set default of the ensure_schema flag per session 2016-04-08 09:23:24 +03:00
krkhnh
6909ba5c2f Update table.py
This propose is based on issue #133. Added 'ensure_session' global variable as a default value for 'ensure' parameter.

I haven't used Python for a long time and I can't test this code for now. I'm sorry for my irresponsibility, but here is a rough idea as a solution.
2016-04-08 09:48:27 +09:00
Friedrich Lindenberg
6e6a0c0500 Merge pull request #161 from ryneeverett/comparison-operators
Implement comparison operators. Resolve #128.
2016-04-01 14:19:05 +02:00
ryneeverett
1565fe5fe2 Implement comparison operators. Resolve #128. 2016-03-24 17:57:26 -05:00
Friedrich Lindenberg
dcf1e09bbe python 3 urllib 2016-02-14 11:19:19 +01:00
Friedrich Lindenberg
0dbb926dec install deps first 2016-02-14 11:09:05 +01:00
Friedrich Lindenberg
771509a05b try nose 2016-02-14 11:05:46 +01:00
Friedrich Lindenberg
9c316ff7a6 Merge pull request #152 from twds/master
Release all the locks acquired by transaction on commit/rollback
2016-02-12 18:14:34 +01:00
Friedrich Lindenberg
e192e3f0dc provide consistent return values, fixes #138 2016-02-12 18:12:22 +01:00
Friedrich Lindenberg
cc742b7a00 do not create columns upon find(), fixes #143 2016-02-12 18:10:50 +01:00
Friedrich Lindenberg
c45b98d862 remove password from conn URLs, fixes #157 2016-02-12 17:58:55 +01:00
Friedrich Lindenberg
d460e7ca55 use qualified table name, fixes #156 2016-02-12 17:44:43 +01:00
Di Wu
7fa056bfe2 Release all the locks acquired by transaction on commit/rollback 2016-01-26 15:02:19 +08:00
Friedrich Lindenberg
af1e675e24 satisfy the pep8 checker 2016-01-19 18:19:13 +01:00
Friedrich Lindenberg
17f55ae60c Merge pull request #151 from madprog/issue-150
Remove specific params from ds.freeze() signature
2016-01-19 18:17:21 +01:00
Paul Morelle
32257f96ff Remove specific params from ds.freeze() signature
Add documentation to retrieve them more easily.
References pudo/dataset#150
2016-01-18 23:13:25 +01:00
Friedrich Lindenberg
b83ef2c322 mint a new version 2016-01-18 12:10:37 +01:00
Friedrich Lindenberg
a1c518f3e9 disabling mysql testing on travis for now 2016-01-18 12:03:43 +01:00
Friedrich Lindenberg
770e95bf33 really annoyed by MySQL now 2016-01-18 12:00:26 +01:00
Friedrich Lindenberg
6f4bd9b17f Fix reference to driver URI 2016-01-18 11:34:55 +01:00
Friedrich Lindenberg
248826004f ok, this one didn’t do python 3. Maybe this one? 2016-01-18 11:30:41 +01:00
Friedrich Lindenberg
4e334d949f try switching the SQL driver for travis 2016-01-18 11:26:24 +01:00
Friedrich Lindenberg
91d587849d merge 2016-01-18 11:19:13 +01:00