Commit Graph
824 Commits
Author SHA1 Message Date
mdipierro 64d6691e61 added improved scripts/setup-web2py-nginx-uwsgi-ubuntu.sh, thanks Niphlod 2012-12-20 09:22:24 -06:00
mdipierro 9bf964b918 db.table.field.abs() 2012-12-20 09:03:13 -06:00
mdipierro 9c41f48786 lazy sqlhtml_validators, fixed issue 931 2012-12-05 14:18:00 -06:00
mdipierro 73f2da5087 allow more customization of db._adapter.types 2012-12-05 11:57:18 -06:00
mdipierro 32823d8288 fixed issue 440, reference to primary keys 2012-12-05 11:35:23 -06:00
mdipierro 7e4c533357 db.define_table('person',Field('name'),Field.Virtual('namey',lambda row: row.person.name+'y')), fixed issue 374 2012-12-05 11:23:11 -06:00
mdipierro 3cf2ca4347 db.thing(name='Cohen',_orderby=db.thing.name), thanks Yair 2012-12-05 09:01:03 -06:00
mdipierro a058a39976 experimental support for MSSQL pagination 2012-12-04 18:30:36 -06:00
mdipierro 2b21c8ec8d uri='informi-se://... 2012-12-04 08:48:27 -06:00
mdipierro 07afe71f37 fixed filename in dal storage, thanks Marin 2012-12-03 18:02:45 -06:00
mdipierro ce0180a23a support for in and not in smart_query 2012-12-03 08:15:58 -06:00
mdipierro 1bfd5bc20a removed test, lazy table do not suport self references 2012-11-30 14:30:49 -06:00
mdipierro eda7e27394 fixed error reporting in dal 2012-11-30 08:34:11 -06:00
mdipierro b6947c5f25 fixed problem with lazy tables and self references 2012-11-29 23:54:29 -06:00
mdipierro 792b313891 Allow for Field Validators to handle None values, fixed issue 1183, thanks Joe Barnhart 2012-11-29 22:35:20 -06:00
mdipierro fe4713ad88 fixed issue 1176, truncate on GAE+SQL 2012-11-24 10:58:44 -06:00
mdipierro db02948e08 added heroku support 2012-11-17 21:38:28 -06:00
mdipierro ffe118c45a fixed typo in response.updated, issue 1167, thanks dedirock 2012-11-17 12:06:39 -06:00
mdipierro 2b05b92de8 fixed issue 1152, gae sql varchar limit, and fixed typo in fpdf 2012-11-17 11:46:46 -06:00
mdipierro bce7bd7fa7 fixed issue 1143, grid/smartgrid GAE improvements, thanks Howesc 2012-11-08 10:05:46 -06:00
mdipierro ec429af686 fies typo in dal, issue 1146, thanks guruyaya 2012-11-08 10:04:24 -06:00
mdipierro fc739f242d fixed issue 1147, belongs(None), thanks Marin 2012-11-06 14:26:28 -06:00
mdipierro f02fe585c8 fixed issue 1134, gae dal delete, thanks Howesc 2012-11-01 21:01:46 -05:00
mdipierro bd6b719c32 reverted changes about formatting None 2012-10-29 22:25:19 -05:00
mdipierro d1ac7981dd moved toolbar logic to dal, thanks Niphlod 2012-10-29 18:13:58 -05:00
mdipierro 28d320e5ac added informix to list, thanks Christopher 2012-10-29 18:11:52 -05:00
mdipierro 056ffa300a following Joe and Jonathan's advice, None value is formatted 2012-10-28 12:01:09 -05:00
mdipierro 90bcc9b08b dal almost runs with python 3.3 but fails a test on 2.5 2012-10-23 11:30:02 -05:00
mdipierro 3d6be9a383 dal compiles with python 3.3 2012-10-23 11:13:29 -05:00
mdipierro 5a63fddf02 reverted previous change but still problems with concurency multiple dbs in different folders in same app 2012-10-22 22:52:40 -05:00
mdipierro 510e8d70d7 THREAD_LOCAL folder not reset in dal 2012-10-22 22:49:35 -05:00
mdipierro b5603d6956 minor fix in dal for rare condition 2012-10-22 18:50:18 -05:00
mdipierro f0efd80e44 minor fix in dal for rare condition 2012-10-22 15:07:38 -05:00
mdipierro 6aa5edc7ff many pep8 improvements 2012-10-19 12:33:53 -05:00
mdipierro 71ec15190b some pep8 changes (fixed spacing at end) 2012-10-19 10:37:07 -05:00
mdipierro 3a66f5e330 fixed some pep8 stuff 2012-10-19 09:40:17 -05:00
mdipierro ea9ae52e10 scheduler.queue_task, thank Niphlod 2012-10-18 18:20:51 -05:00
mdipierro 5623db50fa fixed issue with storing Row in session 2012-10-15 19:39:25 -05:00
mdipierro 66fa7a1ea9 fixed error for missing driver 2012-10-15 06:36:44 -05:00
mdipierro 48a4277ea2 fixed issue 1088 2012-10-14 16:40:49 -05:00
mdipierro 54a6dee35d changed default driver for sqlite, thanks Niphlod 2012-10-14 15:32:33 -05:00
mdipierro efbe8bd857 DAL(...,do_connect=False,migrate_enabled=False) 2012-10-14 15:08:25 -05:00
mdipierro dca071cb6f added storage of length, notnull, unique in .table files 2012-10-14 14:41:28 -05:00
mdipierro 10aa5d4c8c fixed issue 1084 2012-10-12 22:16:23 -05:00
mdipierro eaadd12c0e fixed problem with DAL on googlesql 2012-10-10 12:20:25 -05:00
mdipierro 89c4e562ee some work on mongodb but references do not work 2012-10-08 22:09:25 -05:00
mdipierro 3cab47a13d fixed problem with close all instances when no instances 2012-10-08 11:03:21 -05:00
mdipierro 90ed2b0c51 clearing zombie list. Should not be necessary but what the heck 2012-10-07 13:31:02 -05:00
mdipierro aa2ff6e3f2 fixed issue 1072 2012-10-07 10:13:20 -05:00
mdipierro 7cdef717d0 zombie dal is here, should fix scheduler problems while retaining Row/Rows serialization 2012-10-07 01:07:49 -05:00