Commit Graph

58 Commits

Author SHA1 Message Date
Massimo Di Pierro 3e035995f3 db(...).update_naive(...) same as update but ignores table._before_update and table._after_update 2012-03-16 13:12:16 -05:00
Massimo Di Pierro 218a3e79d1 table._before_* override follow action if returns True 2012-03-16 13:02:23 -05:00
Massimo Di Pierro 570fa5884b made sury listify is called after table._before_* 2012-03-16 12:41:28 -05:00
Massimo Di Pierro 4600da0954 _before* and _after* are lists, cleaner code 2012-03-16 12:33:19 -05:00
Massimo Di Pierro 4da3a5f976 db.table._before_create, _after_create, _before_update, _after_update, _before_delete. _after_delete 2012-03-16 12:03:19 -05:00
Massimo DiPierro dce8dbff4f issue 701, select(...,processor=f) 2012-03-12 15:15:31 -05:00
Massimo DiPierro b14b006946 fixed problem with pg8000 diver import, thanks Alan 2012-03-11 19:38:46 -05:00
Massimo Di Pierro 02e7f38da7 fixed a major problem with locking in languages, thanks Dan McGee fr the help 2012-02-29 13:38:59 -06:00
Massimo DiPierro 7815a87555 metter Teradata support, thanks Andrew Willmott 2012-02-28 13:57:10 -06:00
Massimo DiPierro b22235c4bb removed some comments from dal.py 2012-02-28 13:15:15 -06:00
Massimo DiPierro 06ef404a01 fixed join problem, issue 490, thanks Michele and Marin Pranjic 2012-02-28 12:55:26 -06:00
Massimo DiPierro 5c58d8a12e fixed test failure in language locking 2012-02-28 11:18:03 -06:00
Massimo DiPierro 9e4930243c blob_decode bug fix, issue 657, thanks hi21alt 2012-02-28 10:57:23 -06:00
Massimo DiPierro 45b4d2f853 fixed sqlite regex 2012-02-28 10:18:23 -06:00
Massimo Di Pierro 65dc2026e0 check the list:reference contains integers 2012-02-27 08:52:41 -06:00
Massimo Di Pierro f36915522d fixed regex->regexp typo 2012-02-27 08:08:45 -06:00
Massimo Di Pierro 5344dbb442 support for posix regexp in dal (sqlite and postgresql) 2012-02-26 16:05:18 -06:00
Massimo Di Pierro b093bb2f74 fixed gae dal bug with references, thanks howesc 2012-02-26 15:42:25 -06:00
Massimo Di Pierro 9e497fbf5a fixed issue 677, length of key in baseadapter, thanks Blomqvist 2012-02-26 15:40:52 -06:00
Massimo Di Pierro cd20ee3875 db(...).select().group_by_value(db.table.field), thanks Yair 2012-02-22 11:32:30 -06:00
Massimo Di Pierro 4f1d3e79b4 debugger 2012-02-19 22:30:59 -06:00
Massimo Di Pierro 01b09a450e fixed many small errors, thanks Marin Pranjić 2012-02-14 08:40:06 -06:00
Massimo Di Pierro d1e654ee23 new syntax db(db.dog_id.belongs(db.dogs.owner=='james')).select(), thanks guruyaya 2012-02-09 11:21:38 -06:00
Massimo DiPierro a5bb47dce4 fixed issue 649 2012-02-07 11:29:56 -06:00
Massimo DiPierro 82a8b7ec2d fixed issue 649 2012-02-07 11:28:02 -06:00
Massimo Di Pierro 8fbae09fdf fixed not x -> x is None, thanks Pai 2012-02-03 11:31:44 -06:00
Massimo Di Pierro 00b51227a0 mega patch, text corrections, improved web2py.js, thanks Anthony 2012-02-03 11:29:43 -06:00
Massimo Di Pierro b832ca68ee fixed some issues in dal.py and sqlhtml.py thanks Michele 2012-02-01 11:36:26 -06:00
Massimo Di Pierro 3c88491a81 improved ignore_common_filters handling 2012-01-26 12:53:24 -06:00
Massimo Di Pierro 96d6791df5 issue 635 nbjahan 2012-01-26 11:06:30 -06:00
Massimo Di Pierro c67d95c928 string query and ingore_common_filters 2012-01-24 21:15:20 -06:00
Massimo Di Pierro c0a63aeaa8 issue 634, thanks spametki 2012-01-24 08:37:42 -06:00
Massimo Di Pierro f98ef25d32 fixed a problem with keyed tables and record_id, thanks Ben Goosman 2012-01-24 08:27:17 -06:00
Massimo Di Pierro 61a3cc9461 merged with latest mongodbadapter, thanks Mark 2012-01-23 21:15:57 -06:00
Massimo Di Pierro 4c8d978977 improved IMAP adapter, thanks spametki 2012-01-23 08:26:28 -06:00
Massimo Di Pierro 64a97cd040 postgresql string concatenation 2012-01-22 16:09:23 -06:00
Massimo Di Pierro 1aef01c48a pg8000, thanks Mariano 2012-01-17 21:56:48 -06:00
Massimo Di Pierro 76699b6b8e issue 594 fixed, != in grid query 2012-01-16 22:29:53 -06:00
Massimo Di Pierro 2a038a0679 possibly fixed issue 614? 2012-01-16 21:51:50 -06:00
Massimo Di Pierro f61bec0566 issue 612, fixed problem with oracle adapter, thanks faridgs 2012-01-16 21:39:58 -06:00
Massimo Di Pierro 5a23ca6230 http://code.google.com/p/web2py/issues/detail?id=610 DAL IMAP suppoer, thanks spametki 2012-01-16 21:34:07 -06:00
Massimo Di Pierro 1af865b748 introduced parsemap 2012-01-12 22:52:18 -06:00
Massimo Di Pierro 96fa5364e6 fixed issue 604 2012-01-12 12:28:03 -06:00
Massimo Di Pierro bd1e27e434 http://stackoverflow.com/questions/8609351/web2py-code-completion-in-ipython 2011-12-24 10:53:31 -06:00
Massimo Di Pierro f65d7b6349 .like(...,case_sensitive=True), thanks Floyd 2011-12-18 10:39:56 -06:00
Massimo Di Pierro 711a701ed7 fixed a problem with SQLCustomType, thanks Fran and Michele 2011-12-13 15:21:12 -06:00
Massimo Di Pierro 7d564d1042 mongodb expanded support, Thanks Mark Breedveld 2011-12-09 08:59:39 -06:00
Massimo Di Pierro bb437dd2e3 possibly fixed a problem with SQLCustomType, thanks Daniel 2011-12-08 08:36:03 -06:00
Massimo Di Pierro 092ac2fdd4 fixed problem with ignore_common_filters, thanks Yair 2011-12-06 08:28:23 -06:00
Massimo Di Pierro d281acb421 fixws and 'new' button in grid query 2011-12-05 11:39:42 -06:00