Commit Graph

94 Commits

Author SHA1 Message Date
Massimo Di Pierro
241a5e0694 closed github issue 5, thanks MoMaT 2012-05-06 16:05:13 -05:00
Massimo Di Pierro
318fdac8e1 better backward compatibility in bigint_id=False (default) 2012-05-05 09:01:29 -05:00
Massimo DiPierro
fd7456ea47 new bigint type, DAL(...bigint_id=True) works better 2012-05-04 14:01:53 -05:00
Massimo DiPierro
a7dd70cbad portable spatialite import, issue 774, thanks TheBigBamboozle and Denes 2012-05-04 10:47:24 -05:00
Massimo Di Pierro
d454e67161 better check for auto-upload 2012-05-03 21:00:41 -05:00
Massimo Di Pierro
9515ed2266 DAL(...,bigint_id=True) 2012-05-02 21:57:24 -05:00
Massimo Di Pierro
e51fe056a1 db._legacyid=True 2012-05-02 16:41:56 -05:00
Massimo Di Pierro
5d08e2a821 db.table.insert(uploadfield=...), ... can not be file or FieldStorage, issue 570 2012-05-02 14:28:13 -05:00
Massimo Di Pierro
50206ef212 fixed Oracle decode problem, thanks Daniel Haag 2012-04-24 08:38:13 -05:00
Massimo Di Pierro
71453c1115 fixed oracle issue 764, thanks adesantoasman 2012-04-21 12:19:48 -05:00
Massimo Di Pierro
5fd77bba41 id and reference now defaults to BIGINT when possible but will not migrate 2012-04-21 12:10:36 -05:00
Massimo Di Pierro
2f05a11188 fixed uploads in GoogleSQLAdapter, thanks Matt, issue 746 2012-04-21 11:26:15 -05:00
Massimo Di Pierro
0d4a363a0c LENGTH fixed in MSSQL, thanks Denes 2012-04-17 09:55:50 -05:00
Massimo Di Pierro
6c052c4f07 gnuicorn -> gunicorn 2012-04-16 08:16:38 -05:00
Massimo Di Pierro
bc6ac55177 reconnect commits first 2012-04-12 09:13:04 -05:00
Massimo Di Pierro
4f372972b4 db._adapter.reconnect() 2012-04-12 08:26:55 -05:00
Massimo Di Pierro
501118c47e 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
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