Commit Graph

618 Commits

Author SHA1 Message Date
Dominic König 01c0d14396 Add 'set' to serializable types in Query.as_dict 2013-09-09 14:59:29 +02:00
mdipierro cd7dd52002 Merge pull request #201 from michele-comitini/table_init_speedups
little speedup for table init
2013-09-06 11:58:58 -07:00
mdipierro 82950a621c Lazy tables recursion fix 3, thanks Michele and Anthony 2013-09-06 13:55:34 -05:00
Michele Comitini af073a2af1 little speedup for table init 2013-09-06 15:15:34 +02:00
Michele Comitini 59c758368a try to reduce recursion in Row.__getitem__ 2013-09-06 14:48:09 +02:00
Michele Comitini 69ef29bc2d trying to fix some speed issues 2013-09-06 05:56:17 +02:00
Michele Comitini 2baa1af264 fix for recursive selects on lazy tables 2013-09-06 05:09:34 +02:00
mdipierro dbf2202630 Merge pull request #197 from spametki/master
DAL dict parameters (issue 1639). Fixed tests (again)
2013-09-05 12:24:01 -07:00
spametki af202868bc Merge branch 'dictionary-db-defs'
Tries to fix issue 1639
2013-09-03 19:41:48 -03:00
Massimo fd000fe35b preventing un-necessary fetch, thans Anthony and Villas 2013-09-03 09:53:42 -05:00
Alfonso de la Guarda Reyes a51d087797 Fixing some typos inside tests and unneeded modules 2013-09-02 19:32:26 -05:00
spametki a634ff7954 Applied patch for issue 1639 2013-09-01 18:13:51 -03:00
mdipierro 0b501612ad fixed issue 813:archive table current_record field label is translated by default 2013-09-01 14:14:20 -05:00
mdipierro 9729005fff better import errors (issue 1368) 2013-09-01 13:35:17 -05:00
mdipierro ca85afeb2f fixed issue 1342:MySQL, self-reference, and null values 2013-09-01 13:12:30 -05:00
mdipierro 6097a00bf1 possibly fixed issue 1637:when trying to use IS_IN_DB with a composite reference key, there is a no _id error reported 2013-09-01 09:35:30 -05:00
gi0baro db957fc489 Support querying for null values in mongoDB 2013-08-23 13:18:49 +02:00
mdipierro 9d9190584e fixed Encoding problem in 'format' from define_table on GAE, thanks Juan 2013-08-22 02:32:00 -05:00
mdipierro 5b120cd64f Merge pull request #176 from mcabo/patch-1
Update dal.py
2013-08-21 15:24:08 -07:00
mdipierro f0bcef14b0 reverted issue 1639:DAL, define_table and Field unpacked serialized attributes 2013-08-21 17:23:11 -05:00
mdipierro d1525cf6ec adapter.connect = None after adapter.close_connection 2013-08-21 04:29:39 -05:00
mcabo cef7d64d97 Update dal.py
I think It will be useful to update the table contents and to validate the data previously.

On the other hand, I think there is something weird in the update_or_insert definition (Class table) because it is not working properly on data updating.
2013-08-21 11:13:10 +02:00
mdipierro f9940825a1 fixed issue 1639:DAL, define_table and Field unpacked serialized attributes, thanks Alan 2013-08-21 02:37:31 -05:00
mdipierro fd857b15f6 fixed issue 1638:imap: content as list field type and other small changes, thanks Alan 2013-08-21 02:34:14 -05:00
mdipierro 90931657e4 fixed issue 1633:IMAP support for storing messages, thanks Alan and Prachi 2013-08-19 08:44:57 -05:00
mdipierro aa644ceeb0 isProgrammingError, thanks Alan 2013-08-18 02:09:14 -05:00
mdipierro 61d81c01c4 refactoring of belongs, thanks Jonathan 2013-08-15 09:09:19 -05:00
mdipierro b618811d2a fixed typo in belongs 2013-08-09 15:16:42 -05:00
mdipierro d4281194c9 fixed issue 1624:GoogleSQLAdapter has no driver property, thanks Felipe Meirelles 2013-08-09 14:13:58 -05:00
mdipierro aeb15317e0 smarted BELONGS, thanks Jonathan 2013-08-09 11:05:52 -05:00
mdipierro 08214d72d9 simplified upload logic 2013-08-08 14:20:28 -05:00
mdipierro 8e81e44b24 alternative solution to issue 1610, thanks Alan 2013-08-07 08:53:05 -05:00
mdipierro 237ace5f7f minor edits in dal 2013-08-07 07:29:02 -05:00
mdipierro a7828d7904 fixed issue 1612, thanks gi0baro 2013-08-06 08:58:21 -05:00
mdipierro 7d0bda7e87 group_by_value feature on DAL, that will allow more then 1 field for the grouping, thanks Yair 2013-08-06 06:57:19 -05:00
mdipierro 5eacefb581 issue 1612:mongodb adapter does raw blob data, thanks Alan 2013-08-04 12:53:17 -05:00
mdipierro 7e67f495e0 Merge pull request #157 from niphlod/issue/orderby_limitby_groupby
fixed bug introduced with commit "no more removal of ORDERBY in MSSQL"
2013-08-03 00:48:11 -07:00
niphlod c0600a9e2e fixed bug introduced with commit: df4d8a5238 2013-08-02 21:14:00 +02:00
Ricardo Pedroso 99d73e03a5 fix typo in dal.py 2013-08-02 15:54:48 +01:00
mdipierro df4d8a5238 no more removal of ORDER BY in MSSQL 2013-08-01 02:49:27 -05:00
mdipierro a2566ef7ab call to build_parsemap() on __init__ instead of at every select(), thanks Niphlod 2013-08-01 02:00:08 -05:00
mdipierro 8a011cf3ac table.field.referent, table._references 2013-07-31 11:45:14 -05:00
mdipierro ab9a35b541 table.field.referent 2013-07-31 11:25:15 -05:00
mdipierro 0019dad19c fixed problem with alias and record versioning 2013-07-29 07:51:36 -05:00
mdipierro ccdbb9a588 fixed issue 1605:mongodb select fails with long limitby, thanks Alan 2013-07-25 05:12:29 -05:00
mdipierro a340de8c1e better solution 1602, thanks Alan 2013-07-23 08:41:53 -05:00
mdipierro 839c3fbeff fixed issue 1602 again, thanks Alan 2013-07-22 09:13:23 -05:00
mdipierro 60d0812f77 fixed issue 1596:Alias don't work with record versioning 2013-07-22 04:48:53 -05:00
mdipierro b192634946 fixed issue 1599:Shell relative paths while webserver's are absolute in dal, thanks Alan 2013-07-22 04:10:36 -05:00
mdipierro 87ea056565 fixed issue 1602:Retrieve migration data from db fails if table is not yet created 2013-07-22 04:04:28 -05:00