mdipierro
|
c5980cd312
|
grid displays Virtual Fields
|
2013-06-03 21:48:55 -05:00 |
|
mdipierro
|
35f1cca768
|
Merge pull request #99 from michele-comitini/master
removed useless orderby
|
2013-06-02 19:44:44 -07:00 |
|
mdipierro
|
d31bba2670
|
No more default capture of integrity error
|
2013-06-01 18:24:44 -05:00 |
|
Michele Comitini
|
53a5a44def
|
Merge ssh://github.com/web2py/web2py
|
2013-05-31 15:56:44 +02:00 |
|
Michele Comitini
|
ad1d414485
|
removed automatic orderby on db.table[id] expression and db.table(id) call
|
2013-05-31 15:55:52 +02:00 |
|
mdipierro
|
a915054602
|
reverting https://code.google.com/p/web2py/issues/detail?id=1500 as discussed https://groups.google.com/ dE-Fu9prKyI
|
2013-05-28 22:45:15 -05:00 |
|
mdipierro
|
dd97b9c8dd
|
fixed as_dict for functions, thanks Martin Hufsky and Alan
|
2013-05-27 11:50:31 -05:00 |
|
mdipierro
|
d1e25796e9
|
fixed Issue 1505:Json fields imported from csv do not work with postgresql, thanks anonoofish
|
2013-05-27 10:41:57 -05:00 |
|
mdipierro
|
9b1b9e73c5
|
fixed type in dal with simplejson, thanks Mart
|
2013-05-25 10:39:16 -05:00 |
|
mdipierro
|
4f6ab86491
|
fixed Issue 1500:MySQL driver unable to handle IntegrityError, thanks wheresgatsby
|
2013-05-24 08:35:09 -05:00 |
|
niphlod
|
59a3c5a6e6
|
fix small error in parse_boolean
|
2013-05-17 21:23:24 +02:00 |
|
mdipierro
|
65e9cc2127
|
alternative escaping of password in DAL uri
|
2013-05-15 21:35:17 -05:00 |
|
mdipierro
|
0b84911d38
|
allow tables with no primary keys
|
2013-05-15 11:20:30 -05:00 |
|
mdipierro
|
11540a6132
|
Merge pull request #90 from rpedroso/dal-typo
dal typo
|
2013-05-14 10:04:14 -07:00 |
|
mdipierro
|
d918a6b2e2
|
fixed a minor problem with the sql filter
|
2013-05-14 00:30:05 -05:00 |
|
Ricardo Pedroso
|
ae44a9e0ac
|
dal typo
|
2013-05-13 20:55:55 +01:00 |
|
mdipierro
|
97ba47f339
|
allow tables without no id and no primary key
|
2013-05-13 10:12:09 -05:00 |
|
mdipierro
|
18e45ab994
|
Issue 1489:some improvement in Mail send class, thanks Alan
|
2013-05-11 22:03:05 -05:00 |
|
mdipierro
|
6590de030c
|
Issue 1481:error using do_connect=False parameter in DAL creation with mongodb and couchdb is fixed, thanks Alan
|
2013-05-10 08:28:52 -05:00 |
|
mdipierro
|
becc947556
|
hack for vertica timestamp field
|
2013-05-09 22:31:34 -05:00 |
|
Massimo
|
d547a955ac
|
actual_name for readonly table support
|
2013-05-09 13:10:48 -05:00 |
|
mdipierro
|
d5bfaf83ee
|
db(query)(other if cond else None).select()
|
2013-05-04 10:24:26 -05:00 |
|
mdipierro
|
4f0ee4543b
|
fixed a problem with hiding passwords for uri = list of uris, thanks David
|
2013-05-03 22:20:05 -05:00 |
|
mdipierro
|
1383d13334
|
@db.table.add_method.name, thanks Vinicius
|
2013-05-03 22:15:01 -05:00 |
|
mdipierro
|
bc481e954c
|
something went wrong with VCS, trying fix it
|
2013-05-02 20:32:21 -05:00 |
|
Alexander Zayats
|
45bda63ed3
|
Adds Query.__rand__ and dal.Query.__ror__
Adds __rand__ == __and__ and __ror__ == __or__.
Also strips trailing spaces.
|
2013-04-18 16:15:06 +03:00 |
|
mdipierro
|
c1f0bc3a6d
|
fixed Issue 1453: Missing equivalent for Row.__int__ that works with new long-type record id, thanks Dominic
|
2013-04-15 22:58:05 -05:00 |
|
Michele Comitini
|
9bda793d46
|
orderby disabled where not needed
|
2013-04-13 00:03:43 +02:00 |
|
mdipierro
|
be021db3d3
|
int -> long
|
2013-04-08 21:42:15 -05:00 |
|
mdipierro
|
96fb5b0755
|
pypi dal patch, thanks Niphlod
|
2013-04-07 19:37:32 -05:00 |
|
mdipierro
|
6b3cdb5a99
|
fixed string concatenation in MySQL
|
2013-04-03 11:32:17 -05:00 |
|
mdipierro
|
e2191175da
|
smarter CONTAINS and REPLACE
|
2013-04-03 09:50:28 -05:00 |
|
mdipierro
|
e6c58c3c6f
|
Issue 1425:Check NoSQL, not GAE or Mongo, thanks Alan
|
2013-04-02 11:22:53 -05:00 |
|
mdipierro
|
359758804b
|
fixed contains(field) in postgresq for list:string
|
2013-04-01 09:32:44 -05:00 |
|
mdipierro
|
8438a432e9
|
fixed issue 1405, ORDERBY and mssql, thanks Niphlod
|
2013-03-28 15:18:44 -05:00 |
|
mdipierro
|
4480acd6f7
|
Merge pull request #67 from michele-comitini/master
avoid ordering on limitby
|
2013-03-28 13:05:09 -07:00 |
|
mdipierro
|
515e284c22
|
issue 1412, common_filters and joins, thanks Felipe Merelles
|
2013-03-28 14:44:32 -05:00 |
|
Michele Comitini
|
b67e57f275
|
avoid ordering on limitby
|
2013-03-26 15:30:53 +01:00 |
|
mdipierro
|
b9189771d0
|
fixed mongodb issue 1401 and improvements, thanks Alan
|
2013-03-25 15:27:45 -05:00 |
|
mdipierro
|
b15211064d
|
fixed NoSQL Json, thanks Alan
|
2013-03-25 15:25:29 -05:00 |
|
Massimo
|
4b17684980
|
fixed issue 1397, fixed CHAR_LENGTH in Firebird thanks Villas
|
2013-03-21 11:29:31 -05:00 |
|
Massimo
|
675245eb15
|
fixed issue 1398, brackets in libspatialite load extension, thanks rmdpedroso
|
2013-03-21 11:21:53 -05:00 |
|
Massimo
|
d57dd72780
|
upgraded fpdf, better tests, passes travis.ci tests, thanks Niphlod
|
2013-03-18 16:59:57 -05:00 |
|
mdipierro
|
3b1a5be1be
|
fixed (possibly) truncate for GAE
|
2013-03-17 15:27:47 -05:00 |
|
mdipierro
|
c9a63a8524
|
fixed issue 1393, cast_keys in dict for python 2.5 support, thanks Alan and Niphlod
|
2013-03-17 12:11:10 -05:00 |
|
mdipierro
|
92b5247f9f
|
typo Fir(e)bird, thanks Jonathan
|
2013-03-15 21:27:52 -05:00 |
|
mdipierro
|
e4a96125a6
|
fixed issue 1390, dateTtime separator in MSSQL, thanks score2000
|
2013-03-15 10:05:52 -05:00 |
|
mdipierro
|
e48074ff54
|
fixed issue 1391, sub for decimal
|
2013-03-15 10:00:45 -05:00 |
|
mdipierro
|
79c09de103
|
fixed download bug
|
2013-03-11 09:45:20 -05:00 |
|
mdipierro
|
9767109d4e
|
changed retrieve again
|
2013-03-10 17:40:36 -05:00 |
|