Commit Graph

  • 9c316ff7a6 Merge pull request #152 from twds/master Friedrich Lindenberg 2016-02-12 18:14:34 +0100
  • e192e3f0dc provide consistent return values, fixes #138 Friedrich Lindenberg 2016-02-12 18:12:22 +0100
  • cc742b7a00 do not create columns upon find(), fixes #143 Friedrich Lindenberg 2016-02-12 18:10:50 +0100
  • c45b98d862 remove password from conn URLs, fixes #157 Friedrich Lindenberg 2016-02-12 17:58:55 +0100
  • d460e7ca55 use qualified table name, fixes #156 Friedrich Lindenberg 2016-02-12 17:44:43 +0100
  • 7fa056bfe2 Release all the locks acquired by transaction on commit/rollback Di Wu 2016-01-26 14:38:27 +0800
  • af1e675e24 satisfy the pep8 checker Friedrich Lindenberg 2016-01-19 18:19:13 +0100
  • 17f55ae60c Merge pull request #151 from madprog/issue-150 Friedrich Lindenberg 2016-01-19 18:17:21 +0100
  • 32257f96ff Remove specific params from ds.freeze() signature Paul Morelle 2016-01-18 23:12:19 +0100
  • b83ef2c322 mint a new version Friedrich Lindenberg 2016-01-18 12:10:37 +0100
  • a1c518f3e9 disabling mysql testing on travis for now Friedrich Lindenberg 2016-01-18 12:03:43 +0100
  • 770e95bf33 really annoyed by MySQL now Friedrich Lindenberg 2016-01-18 12:00:26 +0100
  • 6f4bd9b17f Fix reference to driver URI Friedrich Lindenberg 2016-01-18 11:34:55 +0100
  • 248826004f ok, this one didn’t do python 3. Maybe this one? Friedrich Lindenberg 2016-01-18 11:30:41 +0100
  • 4e334d949f try switching the SQL driver for travis Friedrich Lindenberg 2016-01-18 11:26:24 +0100
  • 91d587849d merge Friedrich Lindenberg 2016-01-18 11:19:13 +0100
  • 4f00db572f work around a bunch of bugs; Friedrich Lindenberg 2016-01-18 11:14:30 +0100
  • b393ebb54a Merge pull request #132 from mgaitan/fix_drop_column Friedrich Lindenberg 2016-01-18 11:09:05 +0100
  • ef2ce6387f keep tables only in memory. Friedrich Lindenberg 2016-01-18 11:07:24 +0100
  • 88fe846249 ignore local env Friedrich Lindenberg 2016-01-18 10:57:07 +0100
  • bd3a19ebc4 Fix python 2 support for StringIO. Friedrich Lindenberg 2016-01-18 10:56:35 +0100
  • 5e9745b858 Merge pull request #148 from madprog/issue-147 Friedrich Lindenberg 2016-01-18 10:33:06 +0100
  • 998a712242 When wrap is False, don't wrap JSON result Paul Morelle 2016-01-18 05:55:03 +0100
  • 18bd08c009 dataset.freeze should not close provided fileobj Paul Morelle 2016-01-18 05:11:24 +0100
  • dc3c14321a Add new mysql connector library Stefan Wehrmeyer 2016-01-14 22:19:22 +0100
  • 47917c6867 Add failing test case for table drop Stefan Wehrmeyer 2016-01-14 21:40:53 +0100
  • d16f1df8cd Don't call fetch on closed result proxy Stefan Wehrmeyer 2015-12-20 13:15:39 +0100
  • 9d0b6503d7 Merge pull request #145 from twds/master Friedrich Lindenberg 2015-12-20 10:43:12 +0100
  • b8980221cd fix infinite recursion Di Wu 2015-12-20 13:32:09 +0800
  • 0f7e7dc73c Flake8 cleanup Stefan Wehrmeyer 2015-12-19 21:43:51 +0100
  • 21da5a3078 Add more files to gitignore Stefan Wehrmeyer 2015-12-19 21:42:09 +0100
  • 00b4efd024 Merge pull request #144 from twds/master Friedrich Lindenberg 2015-12-14 22:19:02 +0100
  • 6f4f0313a8 Use fetchmany to prevent huge tables from being loaded into memory at once. Di Wu 2015-12-13 20:51:14 +0800
  • 93162ac6fc add schema hint to create_column, refs #78 (thanks @smnorris) Friedrich Lindenberg 2015-08-07 12:18:17 +0200
  • 7cf087d6a2 Merge pull request #134 from vguzmanp/patch-1 Friedrich Lindenberg 2015-07-07 22:07:14 +0300
  • b2dc8a3315 release lock in table.py Víctor Guzmán 2015-07-07 21:04:44 +0200
  • f6336e1808 test to reproduce the bug Martín Gaitán 2015-06-25 19:53:43 -0300
  • 61b33d9d4f Use sha1 to generate index IDs. Friedrich Lindenberg 2015-06-11 11:54:04 +0200
  • 1df4b281f9 Fix up sidebar, fixes #124. Friedrich Lindenberg 2015-06-08 12:23:15 +0200
  • 0c04f647b2 re-introduce relative imports to unbork python 3. Friedrich Lindenberg 2015-06-08 10:54:46 +0200
  • 085817b844 fix previous fix. hello monday morning Friedrich Lindenberg 2015-06-08 10:13:48 +0200
  • 1d8928e4a0 Add facility to run tests directly, fixes #129. Friedrich Lindenberg 2015-06-08 10:04:30 +0200
  • 22d26fad4b Fix markup. Damnn rST Friedrich Lindenberg 2015-05-23 16:53:02 +0200
  • f2a26a8911 Secure ribbon :) Friedrich Lindenberg 2015-05-23 16:43:18 +0200
  • 1103946acd Fix up docs a bit. Friedrich Lindenberg 2015-05-23 16:38:53 +0200
  • aa4aebe73d Up version to 0.6. Friedrich Lindenberg 2015-05-23 16:28:29 +0200
  • 56d5b232d8 Include support for custom result row types, fixes #41. Friedrich Lindenberg 2015-05-23 16:15:17 +0200
  • 8b411636f3 ignore some local stuff Friedrich Lindenberg 2015-05-23 15:56:42 +0200
  • 7f7cb41858 Handle column name validation more coherently, fixes #45. Friedrich Lindenberg 2015-05-23 15:30:19 +0200
  • fd3d9f326c Cannot recall why this is using NullPool, hence removing to fix #65. Friedrich Lindenberg 2015-05-23 15:15:00 +0200
  • f8241e809b Attempt to reproduce #111 on travis (linux). Issue does not appear on OS X. Friedrich Lindenberg 2015-05-23 14:49:14 +0200
  • 0893ba5fb2 Use pip cache in travis. Friedrich Lindenberg 2015-05-23 14:35:46 +0200
  • 07232fa1bd Fix tests by giving up on mysql-connector driver. Friedrich Lindenberg 2015-05-23 14:35:28 +0200
  • a0eab8876e Remove space. Friedrich Lindenberg 2015-05-23 13:41:08 +0200
  • 819c37d61d Make __getitem__ an alias for distinct(). Fixes #87. Friedrich Lindenberg 2015-05-23 13:01:36 +0200
  • 5e5d69457e Add a program name to argparse. Friedrich Lindenberg 2015-05-23 13:01:01 +0200
  • 295a5deb61 Remove invalid test of arg parser. Friedrich Lindenberg 2015-05-23 12:45:25 +0200
  • 2a35c8d1b1 remove support for Python 2.6, test for 3.4 Friedrich Lindenberg 2015-05-22 18:19:51 +0200
  • 43453415c0 wat Friedrich Lindenberg 2015-05-21 23:47:46 +0200
  • 537557285d Change signature of .upsert and .update on table according to: fixes #43. Friedrich Lindenberg 2015-05-21 23:38:14 +0200
  • edef86126f Connect to an in-memory sqlite if no database is specified. Friedrich Lindenberg 2015-05-21 23:37:37 +0200
  • 19cc76dd60 Don’t allow dots in column names, fixes #86. Friedrich Lindenberg 2015-05-21 23:21:47 +0200
  • a95c7be33b pass schema into table constructors. Friedrich Lindenberg 2015-05-21 22:07:03 +0200
  • e662d8bde7 Support for properly returning a query count. Friedrich Lindenberg 2015-05-21 18:05:26 +0200
  • 5dad532478 Clean up imports. Friedrich Lindenberg 2015-05-21 17:40:57 +0200
  • 3afcfb3b81 Introduce some sanity checking on table names, fixes #89. Friedrich Lindenberg 2015-05-21 17:38:06 +0200
  • e9aec72bac Slurp result proxy in one go so the query doesn’t remain open. Fixes #15. Friedrich Lindenberg 2015-05-21 17:17:14 +0200
  • 9361c8ef9d Remove datetime fix code. Friedrich Lindenberg 2015-05-21 16:52:15 +0200
  • 55c33cbc71 Remove now-invalid import. Friedrich Lindenberg 2015-05-21 16:52:03 +0200
  • c605841390 Switch to normality for slugs Friedrich Lindenberg 2015-05-21 16:51:57 +0200
  • 01f85c11b9 Rename reflectMetadata to reflect_metadata, remove SQLite datetime fix. Friedrich Lindenberg 2015-05-21 16:48:28 +0200
  • d3473fc4a6 Include tests from PR, fixes #105. Friedrich Lindenberg 2015-05-21 16:47:36 +0200
  • bdb5284ea6 Merge pull request #121 from christophersu/add-dropcol-to-docs Friedrich Lindenberg 2015-03-12 21:27:06 +0100
  • 115093c43a Add drop_column to documentation Christopher Su 2015-03-12 13:21:03 -0700
  • 3157b45820 Merge pull request #118 from saimn/patch-1 Friedrich Lindenberg 2015-02-18 18:56:42 +0200
  • 24e53b6807 Make Travis happy. Simon Conseil 2015-02-18 16:48:46 +0100
  • d5a419cbe0 Reflect views. Simon Conseil 2015-02-18 14:45:45 +0100
  • e5c1aa31b4 handle date.isoformat separately, refs #117 Friedrich Lindenberg 2015-01-23 13:14:08 +0100
  • bdcd371b5a Convert plain text queries to SQL to allow argument escaping. Friedrich Lindenberg 2015-01-18 13:39:30 +0100
  • 18bd02419a better comment Friedrich Lindenberg 2015-01-18 10:53:52 +0100
  • 0c53587d34 Merge pull request #114 from ghostwords/document-insert's-return Stefan Wehrmeyer 2015-01-07 15:18:11 +0100
  • 7bec815714 Document insert()'s return. Alexei 2015-01-07 09:06:34 -0500
  • 77206b8dcf Merge pull request #113 from stefanw/issue-112 Friedrich Lindenberg 2015-01-06 22:34:03 +0100
  • ee12dd45cc Fix some warnings in tests Stefan Wehrmeyer 2015-01-06 21:57:32 +0100
  • 79d2145202 Make find_one behave more like find Stefan Wehrmeyer 2015-01-06 21:41:01 +0100
  • d2f36d6413 Merge pull request #110 from xrotwang/master Friedrich Lindenberg 2014-11-10 13:49:11 +0200
  • f68866abc9 fixed python2.6 incompatible usage of assertRaises as context manager. xrotwang 2014-11-06 14:29:05 +0100
  • d58e3ec691 extended test coverage for the freeze package, thereby fixing some bugs. xrotwang 2014-11-06 14:09:52 +0100
  • 6bca4fd5fc Merge pull request #101 from xrotwang/master Stefan Wehrmeyer 2014-11-06 11:21:43 +0100
  • c177b29f01 fixed flake8 compliance xrotwang 2014-11-06 11:16:31 +0100
  • 5b7908893d make dataset.freeze.config compatible with python3 xrotwang 2014-11-06 11:08:07 +0100
  • 4bf19159c6 Merge remote-tracking branch 'upstream/master' xrotwang 2014-11-06 10:13:04 +0100
  • b2f882c473 Merge pull request #108 from vaal-/patch-1 Friedrich Lindenberg 2014-10-06 16:33:21 +0200
  • 9e43b6697b fix typo Vladimir Ulupov 2014-10-06 18:31:55 +0400
  • c5105adced Merge pull request #107 from aniversarioperu/patch-0 Friedrich Lindenberg 2014-10-05 11:10:35 +0200
  • 036739589a Fixing typo in docstring for query aniversarioperu 2014-10-05 11:51:18 +0300
  • b2ce05c1f1 Merge pull request #106 from AEAMcNett/patch-1 Stefan Wehrmeyer 2014-09-22 10:36:09 +0200
  • 8d4c6ecb55 quickstart typo: "invocing" should be "invoking" Andrew McNett 2014-09-21 21:28:37 -0700
  • 5b65693ef8 full coverage for function value_to_str aniversarioperu 2014-09-04 09:15:53 +0300
  • 1e82be8fd0 fixed code and test for Python3 aniversarioperu 2014-09-04 07:02:27 +0300