Commit Graph
824 Commits
Author SHA1 Message Date
mdipierro a1559c5802 fixed issue 989, thanks Dominic 2012-09-10 07:51:45 -05:00
mdipierro 0534080b83 added caching tests and minor rewtite 2012-09-08 16:04:07 -05:00
mdipierro edfc09c755 backward compatible caching options 2012-09-08 15:46:25 -05:00
mdipierro d8ba67e2e3 fixed issue 977, contains empty list, thanks iiijjjjiii 2012-09-06 08:41:23 -05:00
mdipierro 450101be8e fixed issue 976 with quoting in pg8000 2012-09-04 15:09:02 -05:00
mdipierro c16f051e5b try fetchall except, back in executesql, thanks Carlos 2012-09-03 16:15:06 -05:00
mdipierro ec1608ba19 executesql(fetch=False) 2012-09-03 14:35:01 -05:00
mdipierro ae2eefc6bf executesql allows fields and/or colnames to be independently specfied, thanks Ahtony and Niphlod 2012-09-03 08:12:40 -05:00
mdipierro 0351f37e67 fixed backward compatibility issue in dal with __int__, thanks Dominic 2012-09-02 22:34:24 -05:00
mdipierro f35b7283c0 capitalized regex in dal.py 2012-09-02 11:58:56 -05:00
mdipierro b746581d5a less regex in dal.py 2012-09-02 11:50:35 -05:00
mdipierro 0f94ac864b fixed bug in language file that corrupts files on language update, thanks kverdecia2 2012-09-01 22:32:12 -05:00
mdipierro 5cab46f2a1 better timezone logic 2012-08-31 16:04:13 -05:00
mdipierro 08443a452d better timezone logic 2012-08-31 16:00:23 -05:00
mdipierro dcb934fb45 R-2.0.4 2012-08-31 15:38:37 -05:00
mdipierro 68c80d619d minor cleanup 2012-08-31 14:27:50 -05:00
mdipierro 58a4874632 fixed problem with case in migrations 2012-08-31 13:32:22 -05:00
mdipierro a973276ad6 SQL(debug=True) logs migration info 2012-08-31 11:08:20 -05:00
mdipierro 515e7f3dab support for self reference with non standard id 2012-08-31 10:21:37 -05:00
mdipierro 07486b27a7 yet better markmin has [[NEWLINE]], thanks Vladyslav 2012-08-31 09:02:54 -05:00
mdipierro bc176bfbf2 fixed postgresql uri bug 2012-08-31 00:11:33 -05:00
mdipierro 83cf74b71b another driver selection issue 2012-08-30 22:36:10 -05:00
mdipierro 8e24ce9f30 improved logic in dal driver selection 2012-08-30 22:10:46 -05:00
mdipierro 529026f0f4 fixed 'fdb' is not defined issue, thanks villas 2012-08-30 20:24:56 -05:00
mdipierro 5b0ac94211 fixed typo in index_name 2012-08-30 20:19:01 -05:00
mdipierro 5ab33643c8 Rows.find(f,limitby=(0,10)) 2012-08-30 20:07:34 -05:00
mdipierro 15923fceaf new default firebird driver, thanks mariuz 2012-08-30 15:10:45 -05:00
mdipierro 3709dcedd2 fixed AttributeError: 'Expression' object has no attribute '_table' issue 2012-08-30 14:42:32 -05:00
mdipierro 178925cd56 fixed problem with computed fields 2012-08-29 16:05:41 -05:00
mdipierro a40b55d8d4 fixed some problems with admin no GAE, still readonly 2012-08-29 15:09:08 -05:00
mdipierro edeb237777 dict instead of {} where possible 2012-08-29 07:27:28 -05:00
mdipierro a001a10bac lots of simplifications 2012-08-28 20:30:32 -05:00
mdipierro 8860c9a1dd Row.__nonzero__, thanks Marin 2012-08-28 19:11:43 -05:00
mdipierro 5af9fe0a3e temp vars in dal.py (fixed error) 2012-08-28 19:07:26 -05:00
mdipierro e821955c97 temp vars in dal.py 2012-08-28 18:52:25 -05:00
mdipierro 3884878efb faster lazytables check 2012-08-28 16:52:30 -05:00
mdipierro 56716e7a20 catching AttributeError 2012-08-28 15:36:05 -05:00
mdipierro cd58e034ca added backward compatibility fix for row.id when id not called id (doh) 2012-08-28 14:57:23 -05:00
mdipierro 9f8134a51b fixed issue with row[db.table.field] for result of join, thanks Dominic 2012-08-28 14:26:49 -05:00
mdipierro 94096d0276 some more optimizations in parse rows 2012-08-28 14:03:59 -05:00
mdipierro 869b430ba6 fixed issue 959, thanks Haag 2012-08-28 10:44:51 -05:00
mdipierro d7e100ac71 RecordUpdater, RecordDeleted and compute on update 2012-08-28 10:32:01 -05:00
mdipierro 617aa3627a db().count(cache=...) 2012-08-28 10:02:21 -05:00
mdipierro 266208c13d many iteritems optimizations 2012-08-28 09:35:36 -05:00
mdipierro 632493f654 many speed improvements, thanks Michele 2012-08-28 08:28:36 -05:00
mdipierro d241c9f7cb 100x faster db().select(cache=...) 2012-08-27 13:30:42 -05:00
mdipierro d16033a417 more tests about dal 2012-08-26 15:51:15 -05:00
mdipierro 1041e42f8d some speadup in dal parse 1.5x 2012-08-26 11:50:48 -05:00
mdipierro 6ed30dfbfe fixed xml() again 2012-08-26 10:41:26 -05:00
mdipierro 329f22f72c improved Table (10x), DAL(2x), Row(10x) without memory leak 2012-08-26 09:32:10 -05:00