Commit Graph
287 Commits
Author SHA1 Message Date
mdipierro 29edf94498 enhanced imapadapter, thanks Alan 2012-09-18 13:39:16 -05:00
mdipierro 5ed41285c0 possibly fixed issue 1016 2012-09-18 13:35:47 -05:00
mdipierro 6a7b04199f fixed issue 1005, thanks howesc 2012-09-17 09:36:13 -05:00
mdipierro 2847e0f4df fixed imap dal __contains__ issue 1013, thanks Alan 2012-09-17 09:12:13 -05:00
mdipierro a4253deda3 fixed ducktyping problem, thanks Jonathan 2012-09-17 07:13:26 -05:00
mdipierro c942881f36 convert distinct to groupby when not supported 2012-09-16 15:51:51 -05:00
mdipierro 5f503d0427 db.t.f.epoch(), thanks Niphlod 2012-09-14 15:51:58 -05:00
mdipierro ecca0439f1 db(table).select() uses table._id<>None instead of table._id>0 2012-09-14 09:27:09 -05:00
mdipierro dfb2e62c6c tables and field names should be allowed to start in a number, thanks Adi 2012-09-13 21:04:45 -05:00
mdipierro 0f546e7062 fixed issue 1000, broken GAE belongs for field id, thanks Alan 2012-09-12 11:10:58 -05:00
mdipierro 2d669d1376 fixed a problem with dal and uploadfields not been created, blob fields should hidden 2012-09-11 09:27:00 -05:00
mdipierro 821184b45a fixed a problem with dal and uploadfields not been created 2012-09-11 09:25:13 -05:00
mdipierro 642ae77f73 smarter select although join/left ignore common fields 2012-09-10 18:26:46 -05:00
mdipierro 359d6c9579 fixed issue 989, thanks Dominic 2012-09-10 07:51:45 -05:00
mdipierro d2aa73570d added caching tests and minor rewtite 2012-09-08 16:04:07 -05:00
mdipierro da4b90b3b0 backward compatible caching options 2012-09-08 15:46:25 -05:00
mdipierro 790635c863 fixed issue 977, contains empty list, thanks iiijjjjiii 2012-09-06 08:41:23 -05:00
mdipierro fb544a832c fixed issue 976 with quoting in pg8000 2012-09-04 15:09:02 -05:00
mdipierro a45e08c43b try fetchall except, back in executesql, thanks Carlos 2012-09-03 16:15:06 -05:00
mdipierro 9c931025cc executesql(fetch=False) 2012-09-03 14:35:01 -05:00
mdipierro 72bb9d3513 executesql allows fields and/or colnames to be independently specfied, thanks Ahtony and Niphlod 2012-09-03 08:12:40 -05:00
mdipierro 7b24ce3f41 fixed backward compatibility issue in dal with __int__, thanks Dominic 2012-09-02 22:34:24 -05:00
mdipierro 2295b93f32 capitalized regex in dal.py 2012-09-02 11:58:56 -05:00
mdipierro 04d0b82268 less regex in dal.py 2012-09-02 11:50:35 -05:00
mdipierro a558af3b09 fixed bug in language file that corrupts files on language update, thanks kverdecia2 2012-09-01 22:32:12 -05:00
mdipierro 78b5f4f8aa better timezone logic 2012-08-31 16:04:13 -05:00
mdipierro a0e4154f26 better timezone logic 2012-08-31 16:00:23 -05:00
mdipierro 3f7749cf20 R-2.0.4 2012-08-31 15:38:37 -05:00
mdipierro dba7247b44 minor cleanup 2012-08-31 14:27:50 -05:00
mdipierro e82982d25d fixed problem with case in migrations 2012-08-31 13:32:22 -05:00
mdipierro 665a5cdee2 SQL(debug=True) logs migration info 2012-08-31 11:08:20 -05:00
mdipierro b81e4b60e5 support for self reference with non standard id 2012-08-31 10:21:37 -05:00
mdipierro a017996aba yet better markmin has [[NEWLINE]], thanks Vladyslav 2012-08-31 09:02:54 -05:00
mdipierro f0d075bbd6 fixed postgresql uri bug 2012-08-31 00:11:33 -05:00
mdipierro 5edde2638e another driver selection issue 2012-08-30 22:36:10 -05:00
mdipierro 1554a831ac improved logic in dal driver selection 2012-08-30 22:10:46 -05:00
mdipierro efbabbafa3 fixed 'fdb' is not defined issue, thanks villas 2012-08-30 20:24:56 -05:00
mdipierro 017fd0dd14 fixed typo in index_name 2012-08-30 20:19:01 -05:00
mdipierro 79e7d974ad Rows.find(f,limitby=(0,10)) 2012-08-30 20:07:34 -05:00
mdipierro 910f4c0f13 new default firebird driver, thanks mariuz 2012-08-30 15:10:45 -05:00
mdipierro 9f763c677c fixed AttributeError: 'Expression' object has no attribute '_table' issue 2012-08-30 14:42:32 -05:00
mdipierro 36e8c95ca5 fixed problem with computed fields 2012-08-29 16:05:41 -05:00
mdipierro 789bacce10 fixed some problems with admin no GAE, still readonly 2012-08-29 15:09:08 -05:00
mdipierro 77198818d5 dict instead of {} where possible 2012-08-29 07:27:28 -05:00
mdipierro d79853ceb7 lots of simplifications 2012-08-28 20:30:32 -05:00
mdipierro f0271ca2d5 Row.__nonzero__, thanks Marin 2012-08-28 19:11:43 -05:00
mdipierro 2331aa4a0c temp vars in dal.py (fixed error) 2012-08-28 19:07:26 -05:00
mdipierro 9fbda2dde4 temp vars in dal.py 2012-08-28 18:52:25 -05:00
mdipierro f4b07a0974 faster lazytables check 2012-08-28 16:52:30 -05:00
mdipierro 53380c864d catching AttributeError 2012-08-28 15:36:05 -05:00