Friedrich Lindenberg
|
e662d8bde7
|
Support for properly returning a query count.
|
2015-05-21 18:05:26 +02:00 |
|
Friedrich Lindenberg
|
5dad532478
|
Clean up imports.
|
2015-05-21 17:40:57 +02:00 |
|
Friedrich Lindenberg
|
3afcfb3b81
|
Introduce some sanity checking on table names, fixes #89.
|
2015-05-21 17:38:06 +02:00 |
|
Friedrich Lindenberg
|
e9aec72bac
|
Slurp result proxy in one go so the query doesn’t remain open. Fixes #15.
|
2015-05-21 17:17:14 +02:00 |
|
Friedrich Lindenberg
|
9361c8ef9d
|
Remove datetime fix code.
|
2015-05-21 16:52:15 +02:00 |
|
Friedrich Lindenberg
|
55c33cbc71
|
Remove now-invalid import.
|
2015-05-21 16:52:03 +02:00 |
|
Friedrich Lindenberg
|
c605841390
|
Switch to normality for slugs
|
2015-05-21 16:51:57 +02:00 |
|
Friedrich Lindenberg
|
01f85c11b9
|
Rename reflectMetadata to reflect_metadata, remove SQLite datetime fix.
|
2015-05-21 16:48:28 +02:00 |
|
Friedrich Lindenberg
|
d3473fc4a6
|
Include tests from PR, fixes #105.
|
2015-05-21 16:47:36 +02:00 |
|
Friedrich Lindenberg
|
bdb5284ea6
|
Merge pull request #121 from christophersu/add-dropcol-to-docs
Add drop_column to API documentation
|
2015-03-12 21:27:06 +01:00 |
|
Christopher Su
|
115093c43a
|
Add drop_column to documentation
|
2015-03-12 13:21:03 -07:00 |
|
Friedrich Lindenberg
|
3157b45820
|
Merge pull request #118 from saimn/patch-1
Reflect views.
|
2015-02-18 18:56:42 +02:00 |
|
Simon Conseil
|
24e53b6807
|
Make Travis happy.
|
2015-02-18 16:48:46 +01:00 |
|
Simon Conseil
|
d5a419cbe0
|
Reflect views.
Currently views does not appear in the list of tables, this allows to add views.
|
2015-02-18 16:47:10 +01:00 |
|
Friedrich Lindenberg
|
e5c1aa31b4
|
handle date.isoformat separately, refs #117
|
2015-01-23 13:14:08 +01:00 |
|
Friedrich Lindenberg
|
bdcd371b5a
|
Convert plain text queries to SQL to allow argument escaping.
Bump 0.5.6, refs #115.
|
2015-01-18 13:39:30 +01:00 |
|
Friedrich Lindenberg
|
18bd02419a
|
better comment
|
2015-01-18 10:53:58 +01:00 |
|
Stefan Wehrmeyer
|
0c53587d34
|
Merge pull request #114 from ghostwords/document-insert's-return
Document insert()'s return. Thanks @ghostwords
|
2015-01-07 15:18:11 +01:00 |
|
Alexei
|
7bec815714
|
Document insert()'s return.
|
2015-01-07 09:06:34 -05:00 |
|
Friedrich Lindenberg
|
77206b8dcf
|
Merge pull request #113 from stefanw/issue-112
Make find_one behave more like find
|
2015-01-06 22:34:03 +01:00 |
|
Stefan Wehrmeyer
|
ee12dd45cc
|
Fix some warnings in tests
|
2015-01-06 21:57:32 +01:00 |
|
Stefan Wehrmeyer
|
79d2145202
|
Make find_one behave more like find
|
2015-01-06 21:44:59 +01:00 |
|
Friedrich Lindenberg
|
d2f36d6413
|
Merge pull request #110 from xrotwang/master
extended test coverage for the freeze package, thereby fixing some bugs.
|
2014-11-10 13:49:11 +02:00 |
|
xrotwang
|
f68866abc9
|
fixed python2.6 incompatible usage of assertRaises as context manager.
|
2014-11-06 14:29:05 +01:00 |
|
xrotwang
|
d58e3ec691
|
extended test coverage for the freeze package, thereby fixing some bugs.
|
2014-11-06 14:09:52 +01:00 |
|
Stefan Wehrmeyer
|
6bca4fd5fc
|
Merge pull request #101 from xrotwang/master
Ported freezing as csv to python 3.4, thanks @xrotwang
|
2014-11-06 11:21:43 +01:00 |
|
xrotwang
|
c177b29f01
|
fixed flake8 compliance
|
2014-11-06 11:16:31 +01:00 |
|
xrotwang
|
5b7908893d
|
make dataset.freeze.config compatible with python3
|
2014-11-06 11:08:07 +01:00 |
|
xrotwang
|
4bf19159c6
|
Merge remote-tracking branch 'upstream/master'
|
2014-11-06 10:13:04 +01:00 |
|
Friedrich Lindenberg
|
b2f882c473
|
Merge pull request #108 from vaal-/patch-1
fix typo
|
2014-10-06 16:33:21 +02:00 |
|
Vladimir Ulupov
|
9e43b6697b
|
fix typo
|
2014-10-06 18:31:55 +04:00 |
|
Friedrich Lindenberg
|
c5105adced
|
Merge pull request #107 from aniversarioperu/patch-0
Fixing typo in docstring for `query`
|
2014-10-05 11:10:35 +02:00 |
|
aniversarioperu
|
036739589a
|
Fixing typo in docstring for query
The SQLAlchemy link was pointing to a dead link.
|
2014-10-05 11:51:18 +03:00 |
|
Stefan Wehrmeyer
|
b2ce05c1f1
|
Merge pull request #106 from AEAMcNett/patch-1
Fix Typo
Thanks to @AEAMcNett
|
2014-09-22 10:36:09 +02:00 |
|
Andrew McNett
|
8d4c6ecb55
|
quickstart typo: "invocing" should be "invoking"
:)
|
2014-09-21 21:28:37 -07:00 |
|
aniversarioperu
|
5b65693ef8
|
full coverage for function value_to_str
|
2014-09-04 09:15:53 +03:00 |
|
aniversarioperu
|
1e82be8fd0
|
fixed code and test for Python3
|
2014-09-04 07:02:27 +03:00 |
|
aniversarioperu
|
62262be5f2
|
I created a test file
I created a new file for testing the module dataset.freeze.format.fcsv. I wrote
a test for the function ``value_to_str``.
|
2014-09-03 17:39:53 +03:00 |
|
Thomas Levine
|
17bad827ae
|
add __contains__
|
2014-08-29 18:12:25 +00:00 |
|
Friedrich Lindenberg
|
1bdd35ee84
|
fix logo link, fixes #104
|
2014-08-08 10:18:27 +02:00 |
|
Stefan Wehrmeyer
|
a7af42dd02
|
Merge pull request #103 from hszcg/master
Add more instructions for engine_kwargs, to avoid DB connection timeout ...
|
2014-08-07 11:51:56 +02:00 |
|
Chenguang Zhang
|
a8b2f1ad73
|
Add more instructions for engine_kwargs, to avoid DB connection timeout issues
|
2014-08-07 16:47:50 +08:00 |
|
Friedrich Lindenberg
|
347b9b8767
|
Merge pull request #102 from TkTech/patch-1
Fix _release_internal
|
2014-07-31 17:20:03 +02:00 |
|
Tyler Kennedy
|
f7b7d1f9e6
|
Update setup.py
Bugfix version bump.
|
2014-07-31 11:08:07 -04:00 |
|
Tyler Kennedy
|
91c985b3e8
|
Update database.py
Inverted logic means _release_internal will always fail on a rollback. Fixed and simplified.
|
2014-07-31 11:07:09 -04:00 |
|
xrotwang
|
0b76c3fadb
|
fixed problems reported by flake8
|
2014-07-25 12:46:55 +02:00 |
|
xrotwang
|
a14f0bbde2
|
ported freezing as csv to python 3.4
|
2014-07-25 12:15:08 +02:00 |
|
Friedrich Lindenberg
|
9a91f3d113
|
Change documentation and update version.
|
2014-06-12 08:52:56 +03:00 |
|
Friedrich Lindenberg
|
75be7d3b62
|
Merge pull request #98 from victorkashirin/support_with_statement
Fix #90: added `with` statement support to the Database class.
|
2014-06-12 08:48:42 +03:00 |
|
Victor Kashirin
|
39759c92ab
|
Make more explicit syntaxis for test_with transaction test
|
2014-06-11 15:14:42 +04:00 |
|