Commit Graph

98 Commits

Author SHA1 Message Date
Massimo Di Pierro 9fb7bc06de fixed another typo in recent mongodb commit 2012-05-07 17:40:26 -05:00
Massimo Di Pierro 292c93658d fixed typo in previous commit 2012-05-07 17:36:10 -05:00
Massimo Di Pierro 6e583abbc2 mongodb fix? 2012-05-07 15:27:32 -05:00
Massimo Di Pierro c4fc83c179 fixed bug introduced recently when non-GAE, thanks Dominic Koenig 2012-05-07 08:15:47 -05:00
Massimo Di Pierro ec09c58519 closed github issue 5, thanks MoMaT 2012-05-06 16:05:13 -05:00
Massimo Di Pierro a836bc6ce6 better backward compatibility in bigint_id=False (default) 2012-05-05 09:01:29 -05:00
Massimo DiPierro 0a826c5239 new bigint type, DAL(...bigint_id=True) works better 2012-05-04 14:01:53 -05:00
Massimo DiPierro 4fd41a4707 portable spatialite import, issue 774, thanks TheBigBamboozle and Denes 2012-05-04 10:47:24 -05:00
Massimo Di Pierro be86c1e8ea better check for auto-upload 2012-05-03 21:00:41 -05:00
Massimo Di Pierro bbccff76f8 DAL(...,bigint_id=True) 2012-05-02 21:57:24 -05:00
Massimo Di Pierro f50907f109 db._legacyid=True 2012-05-02 16:41:56 -05:00
Massimo Di Pierro 3ca82dae7f db.table.insert(uploadfield=...), ... can not be file or FieldStorage, issue 570 2012-05-02 14:28:13 -05:00
Massimo Di Pierro abb0114f94 fixed Oracle decode problem, thanks Daniel Haag 2012-04-24 08:38:13 -05:00
Massimo Di Pierro e574daa490 fixed oracle issue 764, thanks adesantoasman 2012-04-21 12:19:48 -05:00
Massimo Di Pierro ac44f2bd00 id and reference now defaults to BIGINT when possible but will not migrate 2012-04-21 12:10:36 -05:00
Massimo Di Pierro f17d4303b5 fixed uploads in GoogleSQLAdapter, thanks Matt, issue 746 2012-04-21 11:26:15 -05:00
Massimo Di Pierro e389f4ef9e LENGTH fixed in MSSQL, thanks Denes 2012-04-17 09:55:50 -05:00
Massimo Di Pierro 73184a1efd gnuicorn -> gunicorn 2012-04-16 08:16:38 -05:00
Massimo Di Pierro 8e643026b2 reconnect commits first 2012-04-12 09:13:04 -05:00
Massimo Di Pierro c172a50d38 db._adapter.reconnect() 2012-04-12 08:26:55 -05:00
Massimo Di Pierro 84b07ad923 fixed datetime-parsing 2012-04-09 09:21:43 -05:00
Massimo Di Pierro 8dc7d89143 response.custom_commit patch, thanks Jonathan 2012-04-07 16:56:32 -05:00
Massimo Di Pierro 4fbe3d6e2a fixed a typo 2012-04-07 16:54:13 -05:00
Massimo Di Pierro e42e62fcda enable_record_versioning 2012-04-07 09:08:44 -05:00
Massimo DiPierro b08a152dd6 fixed case archive_db!=db 2012-04-06 11:54:55 -05:00
Massimo Di Pierro 9d33ff85ea fixed bug in welcome and added more examples 2012-04-06 09:01:35 -05:00
Massimo Di Pierro 0ea268012b is active is not a parameter 2012-04-05 20:28:34 -05:00
Massimo Di Pierro 1edbe9e340 db.table._archive_records() 2012-04-05 20:20:08 -05:00
Massimo Di Pierro c268c3eacf teradata adapter improvement, thanks Andrew 2012-04-01 23:38:08 -05:00
Massimo Di Pierro c26dbeaff1 links in grid include referencing field (this is important for table with multiple reference fields) 2012-04-01 23:21:08 -05:00
Massimo Di Pierro 68e2b4ae32 added spatialite support, thanks Denes 2012-04-01 11:14:50 -05:00
Massimo Di Pierro 0dc169b7dd renamed file_properties, thanks Guyris (issue 742) 2012-03-29 09:57:34 -05:00
Massimo Di Pierro 5e27ae1aca cacheinram has destroyer, thanks Michele (issue 729) 2012-03-28 21:53:15 -05:00
Massimo Di Pierro de5cf4dc6a custom_retrieve_field_properties, thanks Guyris, issue 710 2012-03-28 21:38:06 -05:00
Massimo Di Pierro 7b47d62f70 dal more gluino friendly 2012-03-28 18:40:27 -05:00
Massimo Di Pierro ba93692ed4 fixed issue 728, bug in languages, thanks pgergo 2012-03-26 11:17:20 -05:00
Massimo DiPierro ebe94f76d3 error in represent list:string fixed 2012-03-21 07:11:31 -05:00
Massimo DiPierro 6270d119c2 fixed two typos, issue 726, thanks I.like.privaty.too 2012-03-20 20:29:01 -05:00
Massimo Di Pierro 7c95cf9ecf geodal is in, thanks Denes and Fran 2012-03-18 23:50:22 -05:00
Massimo Di Pierro a50523e938 renamed after/before_create as after/before_insert, thanks Bruno 2012-03-16 23:05:38 -05:00
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