Commit Graph

129 Commits

Author SHA1 Message Date
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
Friedrich Lindenberg
3cff900564 Update intro to mention datafreeze. 2013-04-05 00:15:57 +02:00
Friedrich Lindenberg
5cfa9abfb0 Adapt data freeze code base to integrate with dataset.persistence 2013-04-04 23:53:37 +02:00
Friedrich Lindenberg
c2d606bc6f Import datafreeze source code. 2013-04-04 23:05:19 +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
Friedrich Lindenberg
fea6eda35a combine two texts 2013-04-03 22:51:31 +02:00
Friedrich Lindenberg
75230128f2 Copy edit some of the docs. 2013-04-03 22:47:28 +02:00
Gregor Aisch
128d4a10cb added example for sqlalchemy expressions 2013-04-03 22:38:24 +02:00
Friedrich Lindenberg
f3533de1a7 merge. 2013-04-03 22:27:06 +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