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
mdipierro
24067bfc37
fixed issue 1600:Centralized migrations log, thanks Alan
2013-07-21 17:15:31 -05:00
mdipierro
e020d5a6e2
removed '[__+-+...+-+__]' from last commit
2013-07-21 16:56:13 -05:00
mdipierro
5ce5b5672b
Merge pull request #144 from michele-comitini/dal_sum_expression_fix
...
changed way to detect missing key since None is already a possible value
2013-07-21 14:53:26 -07:00
Michele Comitini
abf138c842
bugfix native json fields were not supported correcly
2013-07-21 23:32:58 +02:00
Michele Comitini
a208e8cc9f
changed way to detect missing key since None is already a possible value
2013-07-21 16:42:14 +02:00
mdipierro
3a9f328ab2
fixed issue 1598:Add SQLite to supported database stored migrations, thanks Alan (also reverted virtualfields that break tests)
2013-07-20 12:54:45 -05:00
mdipierro
67424d941a
Merge pull request #143 from michele-comitini/table_name_quoting_bug
...
fix for postgresql when using an alias.
2013-07-19 10:13:33 -07:00
mdipierro
0f2f6a35f4
no more autocomplete for date/time inputs, thaks Paolo
2013-07-19 11:31:32 -05:00
mdipierro
5ebaab4ac1
fixed issue 1591:Allow sql log customization
2013-07-19 04:38:55 -05:00
mdipierro
5add14bf68
possibly fixed a problem with virtualfields in fields option of SQLFORM.grid, thanks peckto
2013-07-19 03:28:11 -05:00
Michele Comitini
f79aea6255
fix for postgresql when using an alias.
2013-07-18 11:42:52 +02:00
mdipierro
63ca73d6f0
fixed issue 1587:Mongodb error on id
2013-07-17 07:37:38 -05:00
mdipierro
acbdeca03b
fixed bug in recent commit, thanks Olivier Johner
2013-07-16 05:19:13 -05:00
mdipierro
a7cc24254b
fixed issue 1586:MSSQL Date format is language dependent, thanks score2000
2013-07-15 09:34:04 -05:00
mdipierro
b60452ef47
fixed issue topic/web2py/LGxJR85pG88, thanks Oliver
2013-07-15 09:22:01 -05:00