BUGFIX: when read-data-in-chunks had an off-by-1 error when dealing with strings...
[clsql.git] / sql /
2011-06-30 Russ Tyndalladd %get-int to handle type-coersion to int and use...
2011-06-30 Russ Tyndallstopped lisp symbols as values from being able to injec...
2011-06-30 Russ Tyndallchanged generate-sql-reference to read [foo bar] and...
2011-06-30 Russ Tyndallfixed some bugs with sql-expression caching and made...
2011-06-30 Russ TyndallMajor rewrite of table/column name output escaping...
2011-06-30 Russ Tyndallallow update-record-from-slots to accept slot names...
2011-06-30 Russ Tyndallfixed :from clauses to not throw errors when presented...
2011-06-30 Russ Tyndallchanged how where clauses are output to ensure that...
2011-06-30 Russ Tyndallmade select accept a parameters argument.
2011-06-30 Russ Tyndallimproved and moved command object up to clsql (out...
2011-06-30 Russ Tyndallcl-postgres-socket3 backend using cl-postgres (backing...
2011-06-30 Russ TyndallPulled a flet out into a method (select-table-sql-expr...
2011-06-30 Nathan BirdRefactorng choose-database-for-instance method out.
2011-06-27 Russ TyndallTOP X mssql limit clause must appear after DISTINCT...
2011-06-21 Nathan BirdAdding docstring warning on clear-con-pool
2011-06-20 Russ Tyndallspecify data type translation for mssql ODBC database...
2011-06-20 Ryszard SzopaMake it possible to pass functional expression to ...
2011-06-20 Russ Tyndallfixed broken listify (it used to make (nil) when passed...
2011-06-20 Russ Tyndallspecial cased MSSQL/ODBC limit handling in output-sql...
2011-06-20 Russ TyndallUpdate-slots-from-instance now throws an exception...
2011-06-20 nathan@acceleratio... Teach expressions how to deal with identity columns
2011-06-20 Russ Tyndallmade parse-time/datestring handle already parsed time...
2011-04-21 Kevin M. RosenbergAdd defgeneric for database-last-auto-increment-id
2011-04-01 Kevin M. RosenbergFix reader conditional v5.3.2
2011-03-31 Kevin M. RosenbergFix previous patch for SBCL so that patch works on... debian-5.3.1-1 v5.3.1
2011-03-30 Holger SchauerFix up patches for postgresql autoincrement support...
2011-03-30 Holger SchauerPort changes of generalization of old mysql-specific...
2011-03-30 Holger SchauerSupport :autoincrement for Postgres on table creation...
2011-03-30 Holger SchauerAdd support for :default in db constraints. make-constr...
2011-03-30 Kevin M. RosenbergFix for newer SBCL version
2010-11-07 Kevin RosenbergNew release 5.2.0 debian-5.2.0-1 v5.2.0
2010-11-07 Rupert SwarbrickFix behaviour with auto-inc primary keys.
2010-09-21 Kevin M. RosenbergPass encoding argument to pooled connections
2010-04-16 Kevin RosenbergPatches from Walter C. Pelissero on clsql mail list
2010-03-21 Kevin RosenbergFix DO-QUERY to actually return the last value of body
2010-03-03 Nathan BirdCheck for *db-pool-max-free-connections* being nil...
2010-03-02 Nathan BirdMerge branch 'master' into development
2010-03-02 Nathan BirdMerge branch 'connection-pool-fix'
2010-03-02 Nathan Birdwhitespace-cleanup
2010-03-02 Nathan BirdIf updating an instance from the database and we found...
2010-03-02 Nathan BirdAdding an oodml read-sql-value case for double-float
2010-03-02 Nathan BirdGuard against already converted values in read-sql...
2010-03-02 Nathan Birdnew syntax macro (FILE-ENABLE-SQL-READER-SYNTAX)
2010-03-02 Nathan BirdAdding some TODO notes about potential race conditions.
2010-03-02 Nathan BirdModified pool.lisp:acquire-from-conn-pool to perform...
2010-02-11 Nathan BirdMerge branch 'development'
2010-02-10 Nathan BirdOn MSSQL < 2008 there is no timestamp (the default...
2010-02-08 Kevin RosenbergVersion 5.0.2: Add missing slot accessor, make defgener... debian-5.0.2-1 v5.0.2
2010-02-08 Kevin RosenbergVersion 5.0.1: Add encoding slot to database object debian-5.0.1-1 v5.0.1
2010-02-06 Kevin RosenbergEnsure reasonable lisp type for slot in compute-lisp...
2010-02-06 Kevin RosenbergRemove CVS $Id$ keyword
2010-02-05 Kevin RosenbergLoad and use test-i18n.lisp when uffi:no-i18n is not...
2010-02-05 Kevin RosenbergAdd OpenMCL support for #\no-break_space
2010-02-05 Kevin RosenbergComment that CMUCL errors when reading #\no-break_space
2010-02-05 Kevin RosenbergConditionalize read of #\no-break_space for non-unicode...
2010-02-03 Nathan BirdTime printing bugfixes- Use a #\T to separate date...
2010-02-02 Russ TyndallFixed bugs in iso-timestring regarding printing microse...
2010-02-01 Nathan BirdUpdating logic for odbc database-list-{tables,views...
2010-01-29 Nathan BirdUsing the new clsql-sys::+whitespace-chars+ param.
2010-01-29 Nathan BirdMerge commit 'origin/master' into development
2010-01-29 Kevin RosenbergAdd implementation-specific +whitespace-chars+ variable
2010-01-29 Nathan BirdMerge commit 'master' into development
2010-01-29 Kevin RosenbergConditionalize #\no-break-space for lispworks
2010-01-29 Kevin RosenbergAdd missing defgeneric declaration
2010-01-29 Kevin RosenbergFix for UPDATE-RECORD-FROM-SLOTS for normalized view...
2010-01-29 Kevin Rosenbergfix spelling of no-break-space
2010-01-29 Kevin RosenbergChange from British normalised spelling
2010-01-28 Kevin RosenbergEnsure that Lispworks 6 lock is sharing-mode. debian-4.3.1-1 v4.3.1
2010-01-26 Nathan Birdin output-sql (sql-relational-exp)-> made it not output...
2010-01-20 Kevin RosenbergMerge branch 'dataset-refactoring' of git://github... debian-4.3.0-1 v4.3.0
2010-01-18 Nathan BirdAdding db-type-has-auto-increment
2010-01-07 Kevin Rosenbergcompiles on lispworks 6
2009-12-10 Kevin RosenbergAdd normalized view classes
2009-12-10 Kevin RosenbergFix to SYNTAX-PARSE-ISO-8601 to parse fractions of...
2009-12-10 Kevin RosenbergFix for time.lisp's roll function
2009-09-04 Kevin RosenbergRework initialize-instance for view-class-direct-slot...
2009-09-04 Kevin RosenbergUse :verbose nil for asdf:operate invocation
2009-09-04 Kevin Rosenbergfix parse-iso-8601-duration always answering 0-length...
2009-09-04 Kevin RosenbergImproved handlining of nested transactions
2009-09-04 Kevin RosenbergHave database-type default be *default-database-type*
2009-09-04 Kevin RosenbergFix transposed letters
2009-09-04 Kevin RosenbergAllow optional connect parameters for postgresql databases
2009-09-04 Kevin RosenbergRework do-query to use database for special case
2009-09-01 Kevin Rosenbergfix spelling error
2009-09-01 Kevin RosenbergVersion 4.0.6 v4.0.6
2009-06-03 Kevin Rosenbergfix permissions, remove dylib libs
2009-06-03 Kevin RosenbergVersion 4.0.5
2009-03-07 Kevin Rosenbergupdate oracle/ffi backend. close debian bug v4.0.4
2007-12-12 Kevin Rosenberg* sql/expressions.lisp: Bind *in-subselect* when output...
2007-12-12 Kevin Rosenberg * Version 4.0.3 v4.0.3
2007-09-15 Kevin Rosenberg14 Sep 2007 Kevin Rosenberg <kevin@rosenberg.net> debian-4.0.0-1 v4.0.0
2007-08-31 Kevin M. Rosenbergr11859: Canonicalize whitespace v3.8.6
2007-07-20 Kevin M. Rosenbergr11761: 20 Jul 2007 Kevin Rosenberg <kevin@rosenberg...
2007-05-03 Kevin M. Rosenbergr11675: 02 May 2007 Kevin Rosenberg <kevin@rosenberg...
2007-04-25 Kevin M. Rosenbergr11657: 25 Apr 2007 Kevin Rosenberg <kevin@rosenberg...
2007-01-25 Kevin M. Rosenbergr11510: disconnect pooled session already removed from...
2007-01-25 Kevin M. Rosenbergr11509: fix number of arguments to handler-case :no...
2007-01-25 Kevin M. Rosenbergr11508: 25 Jan 2007 Kevin Rosenberg <kevin@rosenberg...
2006-12-31 Kevin M. Rosenbergr11422: 31 Dec 2006 Kevin Rosenberg <kevin@rosenberg...
2006-12-31 Kevin M. Rosenbergr11418: 30 Dec 2006 Kevin Rosenberg <kevin@rosenberg...
next