mdipierro
0120ad5b95
upgraded simplejson
2014-09-14 16:37:09 -05:00
mdipierro
e38565345c
no more split in contains, thanks Niphlod
2014-09-14 16:01:47 -05:00
niphlod
05a92e86f7
fixed wording and bug on contains(), made smart_query use ilike instead of like
2014-09-14 22:45:19 +02:00
mdipierro
75f2b90151
ilike, thanks Niphlod
2014-09-14 15:28:48 -05:00
mdipierro
6a75132d54
CROSS JOIN, thanks jotbe
2014-09-14 14:57:12 -05:00
mdipierro
3d9ebb5720
Merge pull request #497 from jotbe/master
...
Fixed #1810 : DAL.select(left=...) causes "Unknown column 't1.i1' in 'on ...
2014-09-14 14:55:38 -05:00
mdipierro
ec62375f6d
Merge pull request #500 from niphlod/fix/postgresql_json
...
postgresql: identifies what adapter auto-loads json values
2014-09-14 14:53:45 -05:00
mdipierro
f1ac5126a1
Merge pull request #499 from niphlod/tests/json_type
...
added more tests for json Field
2014-09-14 14:53:16 -05:00
mdipierro
ce897b3569
added custom represent to GoogleDatastoreAdapter, thanks Alan
2014-09-14 11:58:16 -05:00
Niphlod
c4a4ee27c4
postgresql: identifies what adapter auto-loads json values
2014-09-14 16:39:54 +02:00
Niphlod
ecc6e5dc5e
added more tests for json Field
2014-09-14 16:01:22 +02:00
mdipierro
b991f2926f
fixed typo in driver_auto_json
2014-09-13 18:55:03 -05:00
mdipierro
d81f4606db
fixed mongodb json?
2014-09-13 10:35:54 -05:00
mdipierro
d29a108ad7
better native_json naming convention
2014-09-12 20:28:46 -05:00
mdipierro
94a0b1aec5
fixed json field representation
2014-09-12 20:17:49 -05:00
Jan Beilicke
0a571338b6
Fixed #1810 : DAL.select(left=...) causes "Unknown column 't1.i1' in 'on clause'"
...
According to the MySQL 5.5 manual [1], comma-separated table references in joins
should be wrapped in parenthesis or JOIN should be used instead of comma.
Further explanation from the manual: The ON clause takes precedence since
a couple of versions so the operands for the ON clause change:
SELECT * FROM t1, t2 JOIN t3 ON (t1.i1 = t3.i3);
The operands for the ON are t2 and t3. t1.i1 is not known at this point.
[1] https://dev.mysql.com/doc/refman/5.5/en/join.html
2014-09-13 01:38:57 +02:00
Ricardo Pedroso
cd2920c2cf
fix infinite loop in request_password
2014-09-12 22:39:25 +01:00
mdipierro
0863bb3eca
case insensitive autocomplete again
2014-09-12 11:36:26 -05:00
niphlod
5c9796ac72
refactored pickling of sessions
2014-09-11 22:51:23 +02:00
mdipierro
cef7202781
fixed is_crypt in tools, thanks Anthony
2014-09-11 12:09:43 -05:00
mdipierro
c3478f660a
fixed pickling of session
2014-09-10 13:57:54 -05:00
mdipierro
09a44d41ae
Merge pull request #493 from niphlod/fix/refactoring_pickle
...
refactored pickle everywhere but Session, removed unused imports
2014-09-10 12:27:34 -05:00
niphlod
6403878f95
refactored pickle everywhere but Session, removed unused imports
2014-09-10 19:12:10 +02:00
niphlod
bd87879cde
added test for storage pickling
2014-09-10 18:24:52 +02:00
mdipierro
c3cd32cc4f
possible fix to rss
2014-09-10 08:26:23 -05:00
mdipierro
b98687239c
ASSIGNJS
2014-09-08 19:18:55 -05:00
gi0baro
b20b81b8f5
Updated DatabaseStoredFile to latest web2py master
2014-09-08 15:59:16 +02:00
mdipierro
94aab906d5
fixed serialization of Storage objects
2014-09-08 08:10:58 -05:00
mdipierro
4bcd905f4f
fixed appadmin/check_credentials problem
2014-09-06 22:57:26 -05:00
mdipierro
83bda542ad
fixed opening get_session for new session files
2014-09-06 18:10:54 -05:00
mdipierro
95b54857a3
fixed separator in trunk
2014-09-05 08:12:03 -05:00
mdipierro
7e50bd6050
R-2.9.7
2014-09-04 22:30:19 -05:00
mdipierro
c1c3621bf3
using recfile for sessions for speed
2014-09-04 22:28:51 -05:00
mdipierro
2d9f0fafdc
better cache-disk, thanks Leonel
2014-09-04 22:27:52 -05:00
mdipierro
9fd827c561
added recfile.py
2014-09-04 22:16:09 -05:00
mdipierro
6ba9f450b2
Merge pull request #489 from jonathannew/master
...
fix custom view delimiters
2014-09-04 22:06:29 -05:00
mdipierro
d1d85e9614
Merge pull request #488 from niphlod/fix/scheduler
...
avoid multiple cascade paths
2014-09-04 22:05:14 -05:00
mdipierro
6649721a7d
Merge pull request #485 from dokime7/patch-5
...
Fix LOAD on action @request.restful()
2014-09-04 22:04:35 -05:00
mdipierro
a51007949f
Merge pull request #487 from ilvalle/grid-fix
...
fix grid groupby with more than 2 Fields in the expression
2014-09-04 22:04:05 -05:00
Jonathan New
8c5422d2d6
fix custom view delimiters
2014-09-04 19:16:00 +08:00
mdipierro
b8a29a67aa
typo in try_create_web2py_filesystem
2014-09-03 17:14:00 -05:00
mdipierro
3902cb0b27
support for multiple db filesystems, thanks Luca
2014-09-03 16:37:19 -05:00
mdipierro
d744a99e13
fixed partially problem with web2py_filesystem on GAE
2014-09-03 16:29:05 -05:00
niphlod
1456c0da1e
references can be long too
2014-09-03 21:23:24 +02:00
niphlod
fa5100cb2a
avoid multiple cascade paths
2014-09-03 21:09:09 +02:00
ilvalle
9b9a5034ad
fix grid groupby with more than 2 Fields in the expression
2014-09-03 19:30:22 +02:00
mdipierro
d1e4ede9b3
fixed problem with delimiters, thanks Anthony
2014-09-03 10:52:31 -05:00
gi0baro
7fde332392
Fixed gluon.tests.dal_nosql with new imports
2014-09-03 15:26:24 +02:00
gi0baro
625e4849ef
Re-implemented copyreg picklers/unpicklers for DAL and Reference classes (due to errors on sessions)
2014-09-03 14:48:26 +02:00
gi0baro
5e5e649c28
Added modular DAL, updated gluon imports to new structure
2014-09-03 12:48:03 +02:00