Commit Graph
147 Commits
Author SHA1 Message Date
mdipierro 4c48bf3cac more varquote(s) but this is a temp solution 2012-07-05 09:31:23 -05:00
mdipierro c75bd968a5 varquote for mssql and postgresql 2012-07-05 09:21:52 -05:00
mdipierro 8963f8df94 fixed varquote if no-table and IDENTITY 2012-07-04 22:50:48 -05:00
mdipierro f5a62808f8 fixed GAE contains,issue 874, thanks Howesc 2012-07-04 22:50:03 -05:00
mdipierro cf473cad1e fixed GAE contains,issue 874, thanks Howesc 2012-07-04 22:48:34 -05:00
mdipierro fe4c6a9bb0 fixed GAE contains,issue 874, thanks Howesc 2012-07-04 22:47:25 -05:00
mdipierro f8d5bf87c1 Auth(...,salt=True), thanks Dave Stoll 2012-07-04 19:22:40 -05:00
mdipierro 6f1f893112 quotes field and tablenames in mysql, thanks Toomim 2012-07-04 17:37:49 -05:00
mdipierro 676441a56f fixed imap adepater to deal with inboxes with leading _ or numbers, issue 644, thanks Alan 2012-06-22 13:18:11 -05:00
mdipierro f4bb6371d1 db.table.field.belongs(*value), thanks Michael Toomim 2012-06-17 23:12:49 -05:00
mdipierro 667b113a26 cursor support in DAL for GAE, thanks Christian 2012-06-17 23:09:19 -05:00
mdipierro f404acd4f1 rearranged parse_id 2012-06-16 17:03:11 -05:00
mdipierro a255812c53 GAE references, thanks Christian 2012-06-16 16:49:06 -05:00
Massimo Di Pierro 76e8c68cee DAL('postgres2:...') and arrays 2012-06-14 15:25:49 -05:00
Massimo Di Pierro 7cecd84b19 db.table.field.filter_in, filter_out, issue 845 2012-06-14 14:45:16 -05:00
Massimo Di Pierro d7b8c3aaff issue 844 (SQLCustomType and unicode parsing), thanks admin 2012-06-13 20:02:13 -05:00
Massimo Di Pierro ef40c760fa withprojection->projection, thanks Anthony 2012-06-13 17:14:55 -05:00
Massimo Di Pierro cf03ae1c65 fixed issue 843, thanks hoatre2001 2012-06-13 17:02:00 -05:00
Massimo Di Pierro 8f0de10856 optinal projections, thanks Christian and Anthony 2012-06-13 11:53:18 -05:00
Massimo Di Pierro f6345c45ff fixed pymongo import? 2012-06-12 08:25:22 -05:00
Massimo Di Pierro 6e136a6b47 GAE datastore projection support, thanks Christian 2012-06-10 00:32:14 -05:00
Massimo Di Pierro 672f6d082b GAE projection - work in progress 2012-06-09 00:07:57 -05:00
Massimo DiPierro 6fc2147b5e fixed indentation error, thanks pbreit 2012-06-06 10:54:44 -05:00
Massimo DiPierro f263365210 another SQLCustomType improvement, Alexander is right 2012-06-05 20:02:36 -05:00
Massimo DiPierro b8bfdf60d3 issue 694, thanks dlypka 2012-06-05 18:18:50 -05:00
Massimo DiPierro 88b68f02f9 issue 644, thanks Douglas and Alan 2012-06-05 18:08:01 -05:00
Massimo DiPierro 9786ea5124 Row.__str__ 2012-06-05 18:00:59 -05:00
Massimo DiPierro 6525122295 self refernces, issue 353, 'refernce .', thanks eenns 2012-06-05 17:38:16 -05:00
Massimo DiPierro 96ad364166 self refernces, issue 353, 'refernce .', thanks eenns 2012-06-05 17:37:40 -05:00
Massimo DiPierro f09392ce2d fixed SQLCustomType represent 2012-06-05 10:57:21 -05:00
Massimo DiPierro c92dc33af2 fixed issue 828, related to rest security, thanks Clifford 2012-06-02 14:45:52 -05:00
Massimo DiPierro 168a79d6ee pyfilestem support for upload to S3, ftp, etc. 2012-05-31 12:48:27 -05:00
Massimo Di Pierro 273e9e4fb3 issue 823, thanks mweissen 2012-05-28 16:19:29 -05:00
Massimo Di Pierro 2272f2c0e4 reverted latest change, thanks Babak 2012-05-28 15:46:18 -05:00
Massimo Di Pierro 66ee800ec6 yet another postgresql connection improvement, thanks Babak 2012-05-28 14:02:12 -05:00
Massimo Di Pierro 463ce8df47 dal connection strigs now allo / in hostnames, thanks Babak 2012-05-28 12:29:19 -05:00
Massimo DiPierro 0e0c655355 db(db.a)._update(name=db(db.b.a==db.a.id).nested_select(db.b.id)) 2012-05-21 09:55:05 -05:00
Massimo Di Pierro 5522e8d9ea parse_as_rest returns count, thaks Joseph Piron 2012-05-20 10:09:41 -05:00
Massimo Di Pierro 2d48af247d db.table.field.avg(), issue 803, thanks Ato 2012-05-17 18:14:19 -05:00
Massimo DiPierro 0be0644424 fixed issue 799, thanks hi21alt 2012-05-16 16:52:09 -05:00
Massimo DiPierro dc0f5f5821 Sybase Adapter 2012-05-16 16:45:10 -05:00
Massimo Di Pierro 01642b64bd improved csv does not require id field, issue 795, thanks Dominic Koenig 2012-05-14 14:28:35 -05:00
Massimo Di Pierro e2820aa32a another mongodb improvement 2012-05-11 14:52:21 -05:00
Massimo Di Pierro f35e026854 better teradata adapter, thanks Andrew Willimott 2012-05-11 08:23:00 -05:00
Massimo Di Pierro f1021e25b8 better teradata adapter, thanks Andrew Willimott 2012-05-11 08:14:57 -05:00
Massimo Di Pierro ce4c0740dd make commit runs tests, let's try.... 2012-05-10 22:36:06 -05:00
Massimo DiPierro 81528a31b5 added contrib/imageutils, thanks Bruno and Villas 2012-05-10 18:02:12 -05:00
Massimo Di Pierro a2ade9094c anothr attempt to fix mongodb adapter 2012-05-10 15:12:29 -05:00
Massimo Di Pierro 25038d5398 fixed mongo select? perhaps 2012-05-10 08:19:21 -05:00
Massimo Di Pierro 1a5512b3bf fixed another typo in recent mongodb commit 2012-05-07 17:40:26 -05:00