mdipierro
|
b60452ef47
|
fixed issue topic/web2py/LGxJR85pG88, thanks Oliver
|
2013-07-15 09:22:01 -05:00 |
|
mdipierro
|
31c26dc03d
|
Merge pull request #129 from michele-comitini/select_speedup1
speedup in case of keyed tables
|
2013-07-11 10:51:21 -07:00 |
|
mdipierro
|
988ee82496
|
fixed issue 1579:Row.__getitem__(): count of 0 raises AttributeError, thanks Dominic
|
2013-07-11 11:49:49 -05:00 |
|
Michele Comitini
|
dd7aff8136
|
speedup in case of keyed tables
|
2013-07-09 09:07:43 +02:00 |
|
mdipierro
|
d3d77e3c84
|
fixed issue 1575:rows.as_list serializes date and time fields as strings instead of date time.date, thanks Alan
|
2013-07-08 01:38:38 -05:00 |
|
mdipierro
|
1bad215015
|
appadmin manage patch, thanks Anthony
|
2013-07-06 16:04:26 -05:00 |
|
mdipierro
|
a7021bece2
|
speedup in getattr, thanks Michele
|
2013-07-05 02:13:24 -05:00 |
|
Michele Comitini
|
a8a10d6d08
|
uncommented faster code
|
2013-07-04 16:01:28 +02:00 |
|
Michele Comitini
|
a974c90dcf
|
row speedups
|
2013-07-04 15:57:17 +02:00 |
|
mdipierro
|
5abfa27f3f
|
rows.repr -> rows.render
|
2013-07-03 15:24:24 -05:00 |
|
mdipierro
|
42c36bd295
|
fixed Issue 1572:mongodb contains operator typo, thanks Alan
|
2013-07-03 04:00:32 -05:00 |
|
mdipierro
|
b28d155f0e
|
fixed a problem with missing _extra
|
2013-07-02 08:33:47 -05:00 |
|
mdipierro
|
a449c4ede5
|
fixed issue 1570:Recent web2py does no longer support table-aliasing, thanks Dominic
|
2013-07-02 07:17:37 -05:00 |
|
mdipierro
|
1e8c9e89f3
|
possibly fixed issue 1570:Recent web2py does no longer support table-aliasing, thanks Dominic
|
2013-07-01 05:51:57 -05:00 |
|
mdipierro
|
363aa2ff97
|
Merge pull request #117 from michele-comitini/row_speedup2
Some speedups
|
2013-06-29 09:17:37 -07:00 |
|
Michele Comitini
|
4b94fe637d
|
restored the regex
|
2013-06-28 02:07:22 +02:00 |
|
Michele Comitini
|
c4bff4437f
|
removed useless comment
|
2013-06-27 22:01:35 +02:00 |
|
Michele Comitini
|
c25f337ffe
|
Row code speedups
|
2013-06-27 21:58:35 +02:00 |
|
mdipierro
|
81fa9b1984
|
removed check for missing driver
|
2013-06-27 07:21:40 -05:00 |
|
mdipierro
|
474af626f0
|
fixed a bug in revision b1d117199fdb
|
2013-06-25 16:56:25 -05:00 |
|
mdipierro
|
198dc8e0cd
|
quoting table names
|
2013-06-25 15:40:06 -05:00 |
|
mdipierro
|
7564f5f671
|
speedup CONTAINS when un-necessary REPLACE
|
2013-06-24 14:24:36 -05:00 |
|
mdipierro
|
51e510e30f
|
Merge branch 'master' of github.com:web2py/web2py
|
2013-06-24 08:49:27 -05:00 |
|
Michele Comitini
|
e311da3441
|
"reference table.field" type bugfix
|
2013-06-24 15:23:57 +02:00 |
|
mdipierro
|
b5056b04f8
|
fixed __delattr__, thanks Vinicius
|
2013-06-24 01:48:48 -05:00 |
|
mdipierro
|
b980d32d02
|
fixed issue 1557:imap: unexpected date format is not handled, thanks Alan
|
2013-06-23 08:51:42 -05:00 |
|
mdipierro
|
37c2441507
|
fixed issue 1556:imap: the encoding field is not writable, thanks Alan
|
2013-06-23 08:50:14 -05:00 |
|
mdipierro
|
bb78217f44
|
fixed Issue 1555:imap: default string field represent ignores encoding, thanks Alan
|
2013-06-23 08:47:51 -05:00 |
|
mdipierro
|
b0d8a0f0c7
|
fixed Issue 1553:IMAP row content field is not bar decoded, thanks Alan
|
2013-06-23 08:45:56 -05:00 |
|
mdipierro
|
a526dfe774
|
fixed issue 1548:Firebird migrations drop column
|
2013-06-23 00:15:41 -05:00 |
|
mdipierro
|
97ba1379d7
|
no more maxcharlength, what will break?
|
2013-06-22 23:52:57 -05:00 |
|
mdipierro
|
24077f802b
|
allow compute fields to depend on compute fields defined earlier, thanks Tim Richardson
|
2013-06-21 10:16:10 -05:00 |
|
mdipierro
|
3ce0c30b68
|
Merge pull request #110 from timrichardson/computed_fields
allow compute fields to depend on compute fields defined earlier
|
2013-06-21 08:12:43 -07:00 |
|
mdipierro
|
9682f4a6e3
|
Rows.repr(), thanks Anthony
|
2013-06-21 01:54:08 -05:00 |
|
Tim Richardson
|
545e304a73
|
minor typo (but hopefully will start travis on my repository )
|
2013-06-21 09:52:31 +10:00 |
|
mdipierro
|
08f813d670
|
resynced recent patches, sorry for the mess
|
2013-06-20 16:44:16 -05:00 |
|
Tim Richardson
|
4c2fba134d
|
fixed a typo in error message
|
2013-06-21 03:34:51 +10:00 |
|
Tim Richardson
|
5dd452554e
|
allow compute fields to depend on compute fields defined earlier
|
2013-06-21 03:21:13 +10:00 |
|
mdipierro
|
9b9e64e9ef
|
fixed Issue 1522:Trigger for primary key on oracle database
|
2013-06-16 07:07:13 -05:00 |
|
mdipierro
|
e7724f9017
|
fixed Issue 1532:mongodb: why to catch connection exceptions? thanks Alan
|
2013-06-16 06:52:17 -05:00 |
|
mdipierro
|
4a0bc28b09
|
no references in archive tables
|
2013-06-16 03:26:46 -05:00 |
|
mdipierro
|
c0ba74dd88
|
fixed Issue 1526:MongoDBAdapter contains() doesn't work for list:reference types, thanks schlegel
|
2013-06-13 15:30:59 -05:00 |
|
mdipierro
|
98c19740a2
|
better appadmin, thanks Anthony
|
2013-06-13 15:20:50 -05:00 |
|
mdipierro
|
09291e0df2
|
CAST in sql only when strincly necessary, still, can be better
|
2013-06-09 17:00:54 -05:00 |
|
mdipierro
|
2444b5c587
|
CAST in sql, needs more work
|
2013-06-09 16:57:13 -05:00 |
|
mdipierro
|
bf3770dc98
|
fixed Issue 1520:incomplete fix for json and csv import
|
2013-06-09 16:43:49 -05:00 |
|
mdipierro
|
484b8e5cc9
|
possibly fixed issue 1446:contains/cast to string problem
|
2013-06-09 16:41:46 -05:00 |
|
mdipierro
|
fa91475836
|
fixed Issue 1477:File exported by export_to_csv cannot be read by import_from_csv
|
2013-06-09 16:27:00 -05:00 |
|
mdipierro
|
73f447167e
|
fixed Issue 1519:MongoDB fails when inserting list:reference values, thanks Alan
|
2013-06-08 18:51:14 -05:00 |
|
mdipierro
|
cccc6565eb
|
fixed as_json for output of joins, thanks Alan
|
2013-06-08 09:40:45 -05:00 |
|