clsql.git
2011-08-03 Kevin M. RosenbergAutomated commit for upstream build of version 6.0.0 debian-6.0.0-1 v6.0.0
2011-08-03 Kevin M. RosenbergCLSQL 6.0.0 release
2011-08-02 Russ Tyndalluse file-enable in tests to make it harder to get the...
2011-07-28 Russ Tyndalladded changelog entry for the merged patch stack
2011-07-27 Russ TyndallMerge branch 'accel-2'
2011-07-25 Russ Tyndallwrite out postgresql-socket-3 parameter values to the...
2011-07-16 Kevin M. RosenbergVersion 5.4.0 release debian-5.4.0-1 v5.4.0
2011-07-07 Russ Tyndallfixed type-dec on substitute-string-for-char so that...
2011-07-04 Nathan BirdAdding to utils make-weak-hash-table for use in caches.
2011-07-04 Nathan Birdrequiring ownership isn't integral and causes it to...
2011-07-04 Nathan BirdAnother test that depends on auto-increment
2011-07-04 Nathan Birdrefactor the way oodml find-all and select deal with...
2011-07-04 Nathan BirdA few type declarations
2011-07-01 Russ Tyndalladded output-caching tests to ensure that the output...
2011-06-30 Nathan Birdignore emacs #foo.lisp# autosave files
2011-06-30 Nathan BirdAdding todo
2011-06-30 Nathan BirdMaking :basic/bigtext/2 a stronger test
2011-06-30 Nathan Birdwhitespace for readability
2011-06-30 Nathan BirdA pass over the connection pool trying to make sure...
2011-06-30 Ryan DavisSuite of new tests for connection pool operations.
2011-06-30 Ryan Davisadds another testing path that is run without any open...
2011-06-30 Nathan BirdFixup read-data-in-chunks a bit to use helper functions...
2011-06-30 Russ TyndallBUG FIX update-records-from-instance threw errors if...
2011-06-30 Nathan BirdBUGFIX: when read-data-in-chunks had an off-by-1 error...
2011-06-30 Russ TyndallOptimize odbc::%cstring-to-vector on sbcl if cffi isn...
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 Tyndallmade odbc read (from c) decimals and numerics as double...
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 Tyndallfixed bad SQL_C_SBIGINT call that must have been a...
2011-06-27 Russ TyndallTOP X mssql limit clause must appear after DISTINCT...
2011-06-27 Russ TyndallODBC Memory management improvements
2011-06-21 Nathan BirdAdding docstring warning on clear-con-pool
2011-06-20 Nathan BirdAdding ChangeLog entry for changes in development since...
2011-06-20 Nathan BirdPostgres odbc returns bigint's correctly now
2011-06-20 Nathan BirdImplementing bigint support for odbc + mssql
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 oodml/select where clauses
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 Tyndallfixed canonicalize-type-list so that it behaved even...
2011-06-20 Russ TyndallUpdate-slots-from-instance now throws an exception...
2011-06-20 Nathan BirdDont declare the the column precisions to be a fixnum...
2011-06-20 nathan@acceleration.netTeach expressions how to deal with identity columns
2011-06-20 nathan@acceleration.netIn ODBC when reading data in chunks with a specified...
2011-06-20 Russ Tyndallmade parse-time/datestring handle already parsed time...
2011-06-20 Kevin M. RosenbergAutomated commit for upstream build of version 5.3.4 debian-5.3.4-1 v5.3.4
2011-06-20 Nathan BirdAdding version to clsql asd system.
2011-06-20 Nathan BirdAdding versions to the Changelog
2011-06-20 Nathan BirdChangelog entry for 400240537204e1e14212b64d746ef609d01...
2011-06-20 Russ Tyndalldont write an extra 0 byte to the postgres-socket-api...
2011-06-12 Kevin M. RosenbergAutomated commit for debian release 5.3.3-1 debian-5.3.3-1
2011-06-12 Kevin M. RosenbergAdd unicode for CCL for pgsql-socket v5.3.3
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-04-01 Kevin M. RosenbergRecognize v6 of MySQL client library
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 Kevin M. RosenbergUpdate directory
2011-03-30 Kevin M. RosenbergUpdate debian/changelog debian-5.3.0-1 v5.3.0
2011-03-30 Kevin M. RosenbergVersion 5.3.0
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 SchauerMake some oodml/update-records tests more robust. ...
2011-03-30 Holger SchauerFix broken tests for nodes datasets by adding :autoincr...
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 Holger Schauerds-artists: new test dataset ds-artists. clsql-tests...
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 RosenbergUpdate version number debian-5.1.4-1 v5.1.4
2010-09-21 Kevin M. RosenbergPass encoding argument to pooled connections
2010-08-16 Kevin RosenbergCommit patch for ODBC unicode improvements debian-5.1.3-1 v5.1.3
2010-08-16 Kevin RosenbergAutomated commit for debian release 5.1.2-1 debian-5.1.2-1
2010-08-16 Kevin RosenbergCommit patch for invocation uffi:convert-from-foreign... v5.1.2
2010-05-15 Kevin RosenbergModify operation-done-p for new ASDF debian-5.1.1-1 v5.1.1
2010-04-20 Kevin RosenbergDepend on UFFI version 2.x v5.1.0
2010-04-16 Kevin RosenbergVersion 5.0.6 debian-5.0.6-1 v5.0.6
2010-04-16 Kevin RosenbergPatches from Walter C. Pelissero on clsql mail list
2010-03-21 Kevin RosenbergAutomated commit for upstream build of version 5.0.5 debian-5.0.5-1 v5.0.5
2010-03-21 Kevin RosenbergVersion 5.0.5 release
2010-03-21 Kevin RosenbergFix DO-QUERY to actually return the last value of body
2010-03-03 Nathan BirdThis function now takes an encoding argument, pass...
2010-03-03 Nathan BirdRestoring &optional lambda-list flag that looks to...
2010-03-03 Nathan BirdCheck for *db-pool-max-free-connections* being nil...
2010-03-03 Nathan BirdNew builds of the documentation
2010-03-03 Nathan BirdAdding new doc section on db-pool-max-free-connections...
2010-03-02 Nathan BirdMerge branch 'master' into development
2010-03-02 Nathan BirdMerge branch 'connection-pool-fix'
next