cl-2sql

Lisp to SQL compiler for Common Lisp
git clone https://logand.com/git/cl-2sql.git/
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2014-02-16 20:54reorganize, obsolete clos, change backend stuffTomas Hlavaty17+1452-435
2011-09-06 22:56README updatedTomas Hlavaty1+151-8
2011-09-06 22:04query macro column accepts other arg for other specifiersTomas Hlavaty1+3-2
2011-09-06 22:03query macro integer-type returns :integer for :sqliteTomas Hlavaty1+5-5
2011-09-06 21:10fix delete-from query macroTomas Hlavaty1+2-2
2011-09-06 21:07delete-pinstance implementedTomas Hlavaty1+7-0
2011-09-06 20:42update database when setf persistent slotTomas Hlavaty1+8-1
2011-09-06 20:40fix macro q:updateTomas Hlavaty1+1-1
2011-09-05 20:00fix defpclass superclasses, persistent-object at the endTomas Hlavaty1+1-1
2011-09-05 20:00load-instance moved in the source fileTomas Hlavaty1+11-11
2011-08-29 19:39proxy for lazy loading of "foreign key" instancesTomas Hlavaty1+23-13
2011-08-22 22:27dont use keywords in make-pdate|time|timestamp... constructorsTomas Hlavaty1+8-7
2011-08-22 22:15more mop fixesTomas Hlavaty3+348-339
2011-08-22 22:04remember ltype, ptype and nullable and add transient slots in persistent-slot-definitionTomas Hlavaty1+69-18
2011-08-22 21:21remove obsolete commentTomas Hlavaty1+0-1
2011-08-19 00:29replace some orm macros with mop magicTomas Hlavaty3+283-96
2011-08-14 20:26introduced mop and instance cacheTomas Hlavaty3+102-22
2011-08-13 20:49added blog-post exampleTomas Hlavaty1+47-0
2011-08-13 20:49add with-psequences to toxi tag exampleTomas Hlavaty1+25-24
2011-08-13 20:48with-psequences addedTomas Hlavaty1+16-5
2011-08-13 20:48partially fix oid-expTomas Hlavaty1+1-1
2011-08-13 20:00fix q:par in toxi tags exampleTomas Hlavaty1+13-12
2011-08-13 19:46toxi tags example addedTomas Hlavaty2+75-1
2011-08-13 18:00orm improvedTomas Hlavaty5+249-117
2011-08-13 17:542sql-macros updateTomas Hlavaty1+20-10
2011-08-13 17:53README updatedTomas Hlavaty1+11-0
2011-08-13 15:48apply-query addedTomas Hlavaty2+4-0
2011-08-13 15:47better indenting in query macroTomas Hlavaty1+3-2
2011-08-13 15:46print-symbol appends trailing underscore to avoid clash with sql keywordsTomas Hlavaty1+1-1
2011-08-07 22:53*instance-collector-cache* added so that repeated x-select works with cached query compilationTomas Hlavaty1+36-19
2011-08-07 22:36orm select aka x-query roughly worksTomas Hlavaty3+73-42
2011-08-07 21:08compiler simplifiedTomas Hlavaty5+96-163
2011-08-07 18:58cache-delayed-query addedTomas Hlavaty1+10-15
2011-08-07 18:492sql-backend and 2sql-orm addedTomas Hlavaty10+1309-224
2011-08-01 22:58messy manual tests addedTomas Hlavaty1+172-0
2011-08-01 22:48MIT licenceTomas Hlavaty5+26-1
2011-08-01 22:27process-qchunk addedTomas Hlavaty1+9-1
2011-08-01 21:17fix quotingTomas Hlavaty1+1-1
2011-08-01 21:13big renameTomas Hlavaty2+32-23
2011-08-01 20:08qvars and qchunks introducedTomas Hlavaty3+35-31
2011-07-31 17:012sql-query introducedTomas Hlavaty1+17-9
2011-07-31 13:17add lforms and implement 2sql-lambdaTomas Hlavaty3+27-7
2011-07-31 03:56Initial commitTomas Hlavaty5+273-0