mdipierro
|
83cf74b71b
|
another driver selection issue
|
2012-08-30 22:36:10 -05:00 |
|
mdipierro
|
8e24ce9f30
|
improved logic in dal driver selection
|
2012-08-30 22:10:46 -05:00 |
|
mdipierro
|
529026f0f4
|
fixed 'fdb' is not defined issue, thanks villas
|
2012-08-30 20:24:56 -05:00 |
|
mdipierro
|
5b0ac94211
|
fixed typo in index_name
|
2012-08-30 20:19:01 -05:00 |
|
mdipierro
|
5ab33643c8
|
Rows.find(f,limitby=(0,10))
|
2012-08-30 20:07:34 -05:00 |
|
mdipierro
|
15923fceaf
|
new default firebird driver, thanks mariuz
|
2012-08-30 15:10:45 -05:00 |
|
mdipierro
|
3709dcedd2
|
fixed AttributeError: 'Expression' object has no attribute '_table' issue
|
2012-08-30 14:42:32 -05:00 |
|
mdipierro
|
178925cd56
|
fixed problem with computed fields
|
2012-08-29 16:05:41 -05:00 |
|
mdipierro
|
a40b55d8d4
|
fixed some problems with admin no GAE, still readonly
|
2012-08-29 15:09:08 -05:00 |
|
mdipierro
|
edeb237777
|
dict instead of {} where possible
|
2012-08-29 07:27:28 -05:00 |
|
mdipierro
|
a001a10bac
|
lots of simplifications
|
2012-08-28 20:30:32 -05:00 |
|
mdipierro
|
8860c9a1dd
|
Row.__nonzero__, thanks Marin
|
2012-08-28 19:11:43 -05:00 |
|
mdipierro
|
5af9fe0a3e
|
temp vars in dal.py (fixed error)
|
2012-08-28 19:07:26 -05:00 |
|
mdipierro
|
e821955c97
|
temp vars in dal.py
|
2012-08-28 18:52:25 -05:00 |
|
mdipierro
|
3884878efb
|
faster lazytables check
|
2012-08-28 16:52:30 -05:00 |
|
mdipierro
|
56716e7a20
|
catching AttributeError
|
2012-08-28 15:36:05 -05:00 |
|
mdipierro
|
cd58e034ca
|
added backward compatibility fix for row.id when id not called id (doh)
|
2012-08-28 14:57:23 -05:00 |
|
mdipierro
|
9f8134a51b
|
fixed issue with row[db.table.field] for result of join, thanks Dominic
|
2012-08-28 14:26:49 -05:00 |
|
mdipierro
|
94096d0276
|
some more optimizations in parse rows
|
2012-08-28 14:03:59 -05:00 |
|
mdipierro
|
869b430ba6
|
fixed issue 959, thanks Haag
|
2012-08-28 10:44:51 -05:00 |
|
mdipierro
|
d7e100ac71
|
RecordUpdater, RecordDeleted and compute on update
|
2012-08-28 10:32:01 -05:00 |
|
mdipierro
|
617aa3627a
|
db().count(cache=...)
|
2012-08-28 10:02:21 -05:00 |
|
mdipierro
|
266208c13d
|
many iteritems optimizations
|
2012-08-28 09:35:36 -05:00 |
|
mdipierro
|
632493f654
|
many speed improvements, thanks Michele
|
2012-08-28 08:28:36 -05:00 |
|
mdipierro
|
d241c9f7cb
|
100x faster db().select(cache=...)
|
2012-08-27 13:30:42 -05:00 |
|
mdipierro
|
d16033a417
|
more tests about dal
|
2012-08-26 15:51:15 -05:00 |
|
mdipierro
|
1041e42f8d
|
some speadup in dal parse 1.5x
|
2012-08-26 11:50:48 -05:00 |
|
mdipierro
|
6ed30dfbfe
|
fixed xml() again
|
2012-08-26 10:41:26 -05:00 |
|
mdipierro
|
329f22f72c
|
improved Table (10x), DAL(2x), Row(10x) without memory leak
|
2012-08-26 09:32:10 -05:00 |
|
mdipierro
|
4e719c5858
|
xml(row_name,rows_name)
|
2012-08-26 00:00:15 -05:00 |
|
mdipierro
|
6577c656be
|
db().select().xml(strict=True)
|
2012-08-25 23:54:23 -05:00 |
|
mdipierro
|
f76ec47fe3
|
minor imprvements in DAL repr
|
2012-08-25 23:06:28 -05:00 |
|
mdipierro
|
4079288a51
|
major optimization in Storage, Table, Row (2x), thanks Michele
|
2012-08-25 16:19:50 -05:00 |
|
mdipierro
|
dcce7fc39a
|
fixed @//// in wiki and pep8 spacing
|
2012-08-25 11:29:11 -05:00 |
|
mdipierro
|
d21b3b4b8a
|
executesql(fields=,columns=),thanks Anthony
|
2012-08-24 22:52:45 -05:00 |
|
Massimo Di Pierro
|
001ca98855
|
fixed problem with dal expressions being parenthesized, thanks Daniel
|
2012-08-24 10:05:07 -05:00 |
|
Massimo Di Pierro
|
257501ce37
|
improved oparsing of CLOB in Oracle, thanks Daniel
|
2012-08-24 09:23:20 -05:00 |
|
Massimo Di Pierro
|
eb802838ee
|
fixed problem with _listify, thanks Daniel
|
2012-08-24 09:15:34 -05:00 |
|
mdipierro
|
945437e04d
|
db.define_table('person',Field('name'),on_define=lambda table: [table.name.set_attributes(writable=False)]), thanks Jonathan
|
2012-08-23 09:20:25 -05:00 |
|
mdipierro
|
9d793348e2
|
reverted Storage again, check for bug not reliable, :-(
|
2012-08-22 15:27:19 -05:00 |
|
mdipierro
|
7db563066b
|
bug detection for Storage, reverted improvements in dal :-(
|
2012-08-22 10:48:17 -05:00 |
|
mdipierro
|
1fedbd105e
|
fixed a bug in Row, recently introduced
|
2012-08-21 18:20:07 -05:00 |
|
mdipierro
|
3283ce144c
|
fixed a problem with lazy tables and self.__dict__=self magic
|
2012-08-21 17:42:01 -05:00 |
|
mdipierro
|
3843406ba9
|
Table, DAL and Row use self.__dict__=self
|
2012-08-21 15:56:53 -05:00 |
|
mdipierro
|
1ef131354f
|
fixed common field concatenation
|
2012-08-21 09:52:23 -05:00 |
|
mdipierro
|
70fd93ac8f
|
timezone support in dal, assumes local time is gmt time
|
2012-08-21 09:06:21 -05:00 |
|
mdipierro
|
a90028441a
|
fixed mongo issue, thanks Uolter
|
2012-08-20 08:06:28 -05:00 |
|
mdipierro
|
1fa2b5ad28
|
fixed missing dropdowns, thanks Alan
|
2012-08-19 15:02:39 -05:00 |
|
mdipierro
|
51dfb71063
|
fixed issue 936 with new couchdb, thanks Dulakian
|
2012-08-19 13:45:23 -05:00 |
|
mdipierro
|
28f76bc9e3
|
reverted change that broke primary key check in appadmin
|
2012-08-18 16:21:52 -05:00 |
|