clsql.git
2012-09-04 Russ TyndallAdded a current-test-results.txt file to keep track...
2012-09-04 Russ TyndallTry to respect the casing of symbols where it seems...
2012-08-30 Ryan Davisensure the sqlite database name is a string (and not...
2012-08-28 Ryan Davisuse &body instead of &rest to aid emacs indentation
2012-08-28 Ryan Davisallow pathnames as well as strings in sqlite3 connectio...
2012-08-17 Russ TyndallChange log entry for shadowing postgresql-notification
2012-08-17 Russ Tyndallshadow postgresql-notification for compatibility with...
2012-07-31 Ryan DavisMerge branch 'master' of git.acceleration.net:/var...
2012-07-27 Ryan Daviscomment fix and added a TODO, some connection pooling...
2012-07-26 Ryan Daviscomment fix and added a TODO, some connection pooling...
2012-07-09 Russ Tyndallfixed a bug where the order by was being destructively...
2012-06-25 Russ Tyndalldequote database-identifiers and autoincrement-sequence
2012-06-22 Russ TyndallChanged compute-effective-slot-definition to correctly...
2012-05-15 Ryan Davisuse with-output-to-string instead of progv
2012-05-09 Nathan BirdAdding a section to the README about contributing.
2012-04-26 Kevin M. RosenbergMerge branch 'master' of ssh://git.b9.com/home/gitpub...
2012-04-26 Kevin M. RosenbergVersion 6.2 release
2012-04-26 Nathan BirdUpdating version number in asd to reflect recent develo...
2012-04-25 Russ Tyndalladded (*in-subselect* t) bindings around rendering...
2012-04-25 Nathan BirdAdding some (incomplete) information about the current...
2012-04-24 Nathan BirdMysql > CREATE TABLE: use 'engine' keyword instead...
2012-04-24 Nathan BirdRevert "If running on a threaded lisp try loading libmy...
2012-03-28 Russ TyndallBug in sequence names was reported by Jan Tolenaar.
2012-03-27 Ryan Davismerging changelog
2012-03-27 Ryan Davisupdated changelog
2012-03-27 Ryan Davisconvered orphan sql-ident-table test function to use...
2012-03-27 Ryan Davisadd 3 new syntax tests for subqueries in SELECT, UPDATE,
2012-03-26 Russ Tyndalladded change log entry for the last two patches
2012-03-26 Ryan Davisuse output-sql-where-clause when rendering update state...
2012-03-26 Ryan Davisfix SQL syntax errors when using subqueries in WHERE...
2012-03-23 Ryan Davisupdate clsql-odbc docs to explain the :connection-strin...
2012-03-23 Ryan Davisfix typos in the ChangeLog
2012-02-22 Nathan BirdIf running on a threaded lisp try loading libmysqlclient_r
2012-01-06 Nathan BirdRemoving odbc::%cstring-into-vector -- unused and unrel...
2012-01-06 Nathan BirdRewrote ODBC's read-data-in-chunks to handle multibyte...
2012-01-05 Nathan BirdHandle sql decimal type identically to sql numeric...
2012-01-04 Russ TyndallFixed bug reported by JTK related to the not-null sql...
2012-01-04 Nathan BirdFixup ODBC :connection-string codepath.
2011-12-21 Kevin M. RosenbergFix typo in recent 6.1.0
2011-12-19 Kevin M. RosenbergOracle foreign encoding fix debian-6.1.0-1 v6.1.0
2011-12-01 Nathan BirdExport the new symbol: *time-format*.
2011-11-28 Russ TyndallIn ODBC backend, avoid going through the common lisp...
2011-11-28 Russ TyndallMerge branch 'master' of http://git.b9.com/clsql
2011-11-15 Ryan Davisadded some more documentation on command-object
2011-10-18 Russ Tyndalladded nvarchar to the possible sql-to-c-types for ODBC...
2011-09-21 Kevin M. RosenbergAutomated commit for upstream build of version 6.0.1 debian-6.0.1-1 v6.0.1
2011-09-12 Russ Tyndalladded changelog entry describing previous bug fix
2011-09-12 Russ Tyndallfixed a bugs in list-attribute(s|-types) in fddl that...
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...
next