Commit Graph
84 Commits
Author SHA1 Message Date
gka 14facc15d0 Merge pull request #93 from ode79/patch-1
Fixed broken link.
2014-05-20 21:24:17 -04:00
Gregor Aisch 2566581442 using OrderedDict to preserve key order 2013-12-20 00:01:26 +01:00
Gregor Aisch 03cca31b5b added test for ordered keys 2013-12-19 23:46:10 +01:00
gka 39d870a36a Merge pull request #24 from abelsonlive/master
update table.update now accepting keys as string, too
2013-08-12 01:47:00 -07:00
gka b14b73e320 Merge pull request #23 from abelsonlive/master
allow keys arg for upsert to be a string
2013-08-11 01:55:44 -07:00
gka 1dbf8ddc70 application should be able to overwrite environment setting 2013-07-15 10:38:19 +02:00
Gregor Aisch 6df8870234 bumped version number 2013-07-02 09:50:45 +02:00
Gregor Aisch 4f3f574d58 made reflect metadata a flag (fixes #9) 2013-05-24 23:50:28 +02:00
Gregor Aisch bbfdb2e64b renamed filter args to _filter to avoid confusion with built in filter() 2013-04-30 16:38:01 +02:00
Gregor Aisch 3b1e17a5c2 ignoring .pyo files 2013-04-30 16:38:01 +02:00
Gregor Aisch cfe4a0bef6 ensuring that table.all() works without id column (fixes #8) 2013-04-30 00:18:06 +02:00
Gregor Aisch 3ad013b1d1 find is now streaming large tables 2013-04-12 16:42:22 +02:00
Gregor Aisch 187ed2680f ResultIter can now deal with generators of resultproxies 2013-04-12 16:41:17 +02:00
Gregor Aisch 47e7eb5193 improved documentation of freeze 2013-04-09 01:10:16 +02:00
Gregor Aisch c41b92dfad moved dataset.freeze doc to bottom of page 2013-04-09 00:46:52 +02:00
Gregor Aisch 96656d3f80 changed API of dataset.freeze()
dataset.freeze() is now expecting a result iterable instead of database
and query.
2013-04-09 00:26:59 +02:00
Gregor Aisch 176f605119 moved str to Database conversion to freeze_export 2013-04-09 00:20:54 +02:00
Gregor Aisch bb94b1b343 freeze() now accepts either db-urls or db instances 2013-04-09 00:16:09 +02:00
Gregor Aisch fb18961e32 class Export expects 'common' dict as first parameter 2013-04-09 00:15:10 +02:00
Gregor Aisch 48fa1cbb27 pep8 autoformat 2013-04-09 00:14:12 +02:00
Gregor Aisch 875e0508f2 insert returns last_id (closes #4) 2013-04-06 03:06:51 +02:00
Gregor Aisch 393a0b887b tests 2013-04-05 11:59:47 +02:00
Gregor Aisch 7331078898 added test for create_column 2013-04-05 11:58:16 +02:00
Gregor Aisch d58ec61b90 fixed bug in deletion of all rows 2013-04-05 11:54:12 +02:00
Gregor Aisch 87774731f6 testing deletion of all rows 2013-04-05 11:53:50 +02:00
Gregor Aisch eea7a572a7 added test for update 2013-04-05 11:50:50 +02:00
Gregor Aisch bbaf65f77c added tests, pep8 format 2013-04-05 11:46:45 +02:00
Gregor Aisch 9de0ad3e82 updated api docs 2013-04-05 00:49:13 +02:00
Gregor Aisch e217d18007 added test for table dropping 2013-04-05 00:47:40 +02:00
Gregor Aisch ee844732b2 fixed table dropping 2013-04-05 00:47:28 +02:00
Gregor Aisch fe3e5f5df5 checking if a table has been dropped 2013-04-05 00:31:21 +02:00
Gregor Aisch 4d9ecb2532 replaced with more meaningful example 2013-04-04 20:08:39 +02:00
Gregor Aisch 3bf3b1dac1 fixed insert() example 2013-04-04 20:05:27 +02:00
Gregor Aisch da2be5bc62 made chunk_size customizable 2013-04-04 19:44:28 +02:00
Gregor Aisch 76f6956091 changed order of members 2013-04-04 19:33:21 +02:00
Gregor Aisch ec0d2d61f7 added insert_many 2013-04-04 15:43:05 +02:00
Gregor Aisch 128d4a10cb added example for sqlalchemy expressions 2013-04-03 22:38:24 +02:00
Gregor Aisch 6d83953de3 using // instead of http:// 2013-04-03 21:52:21 +02:00
Gregor Aisch 6cbe91809e doc update 2013-04-03 15:54:16 +02:00
Gregor Aisch 7f887b669a doc 2013-04-03 15:50:07 +02:00
Gregor Aisch 0d05131392 fixed docs, logo in footer 2013-04-03 14:47:16 +02:00
Gregor Aisch fb9d3d2b38 fixed links, added brief install guide 2013-04-03 14:38:50 +02:00
Gregor Aisch b002f454ca extended intro example 2013-04-03 14:28:42 +02:00
Gregor Aisch e6844e50bd claim modification 2013-04-03 14:08:10 +02:00
Gregor Aisch f0b34469b1 added the naked mole rat! 2013-04-03 14:04:52 +02:00
Gregor Aisch 5c6c9c67d4 added piwik tracking code 2013-04-03 13:18:45 +02:00
Gregor Aisch 8b12c9f95a added contributors section to index page 2013-04-03 13:01:19 +02:00
Gregor Aisch 8d366b3852 including toc in doc index 2013-04-03 13:01:02 +02:00
Gregor Aisch cca2dfeb8b added sitemap 2013-04-03 13:00:44 +02:00
Gregor Aisch b39e4b193a fine-tuning the documentation 2013-04-03 12:46:10 +02:00
Gregor Aisch 5e5b902116 updated documentation 2013-04-03 12:28:42 +02:00
Gregor Aisch 258e3f3059 Allowing for direct iteration over rows in a table 2013-04-03 12:28:32 +02:00
Gregor Aisch 7638e898fd added code example 2013-04-03 12:28:11 +02:00
Gregor Aisch 37db0fa814 docs! 2013-04-03 02:05:37 +02:00
Gregor Aisch 7e7d95f850 updated main readme 2013-04-03 01:56:57 +02:00
Gregor Aisch c284d05bd6 docs! 2013-04-03 01:48:26 +02:00
Gregor Aisch 4e78c96370 KeyError wasn't evaluated 2013-04-03 00:56:07 +02:00
Gregor Aisch e0b66510ab removed sphinx warnings 2013-04-03 00:51:33 +02:00
Gregor Aisch d240a45e77 docs 2013-04-03 00:24:23 +02:00
Gregor Aisch b5a759087a docs! 2013-04-02 23:45:44 +02:00
Gregor Aisch f8e6d53bb5 docs! 2013-04-02 13:44:14 +02:00
Gregor Aisch f52c7da45b docs 2013-04-02 13:17:41 +02:00
Gregor Aisch 4d503f42e3 allow sorting by multiple columns and descending order 2013-04-02 13:17:30 +02:00
Gregor Aisch adc5d32012 docs 2013-04-02 11:24:35 +02:00
Gregor Aisch 58c1773777 documentation! 2013-04-02 11:10:29 +02:00
Gregor Aisch 4bfd6e5d0c removed trackers 2013-04-02 00:44:29 +02:00
Gregor Aisch 10980b9688 changed background to avoid confusion with flask 2013-04-02 00:44:29 +02:00
Gregor Aisch a0416d2752 stole sphinx theme from kenneth reitz :) 2013-04-02 00:03:25 +02:00
Gregor Aisch b9f52fb384 documentation! 2013-04-01 23:36:09 +02:00
Gregor Aisch a7c07fe944 removed recursion 2013-04-01 22:47:58 +02:00
Gregor Aisch 59b49b597d seld --> self, pep8 2013-04-01 22:43:57 +02:00
Gregor Aisch 866df01a13 simpler code block syntax 2013-04-01 22:41:33 +02:00
Gregor Aisch eb24e51ad6 api docs 2013-04-01 22:41:06 +02:00
Gregor Aisch a82a7d3cde quick start tutorial 2013-04-01 22:41:06 +02:00
Gregor Aisch 077b3f520f doc 2013-04-01 22:41:06 +02:00
Gregor Aisch 57b124365b ignoring .DS_Store 2013-04-01 21:33:41 +02:00
Gregor Aisch 74ef6e8999 doc 2013-04-01 21:33:12 +02:00
Gregor Aisch 4bbaa7ba00 added dataset to sys.path 2013-04-01 21:32:54 +02:00
Gregor Aisch 57afc346c6 added documentation 2013-04-01 21:32:37 +02:00
Gregor Aisch b76f11c94c added documentation 2013-04-01 21:32:26 +02:00
Gregor Aisch 58bf7bf27f initial commit of sphinx documentation 2013-04-01 18:43:01 +02:00
Gregor Aisch d0155938d1 added example with object-oriented API to readme 2013-04-01 14:07:31 +02:00
Gregor Aisch b7bef6ddc4 added object-oriented API 2013-04-01 14:04:23 +02:00
Gregor Aisch 265b0178c7 fixed readme 2012-02-11 13:04:34 +01:00