clsql.git
2016-01-17 Russ TyndallMerge branch 'master' of http://git.kpe.io/clsql
2016-01-17 Javier Olaecheapostgresql-socket3: Use asdf3 feature-expressions
2016-01-17 Javier Olaecheapostgresql-socket3: Handle unix sockets db names
2015-12-10 Kevin M. RosenbergSeparate debian install arch and indep targets debian-6.6.3-3
2015-12-10 Kevin M. RosenbergAutomated commit for debian release 6.6.3-2 debian-6.6.3-2
2015-12-10 Kevin M. RosenbergImprove building on non-amd64 platforms
2015-10-09 Russ TyndallAdded a read-decimal-value function using cl-decimals
2015-10-09 Russ Tyndallmerging in master from kpe.io
2015-08-30 Kevin M. RosenbergAutomated commit for upstream build of version 6.6.3 v6.6.3
2015-08-30 Kevin M. RosenbergUse gcc for linking on Linux
2015-08-29 Kevin M. RosenbergUpdate domain name to kpe.io
2015-06-02 Russ TyndallMerge pull request #6 from dkochmanski/master
2015-06-02 Daniel Kochmańskicompatibility: Fix ECL loading issues
2015-04-06 Russ TyndallAdd postgresql escape string expression/operator
2015-03-30 Kevin M. RosenbergVersion 6.6.2 debian-6.6.2-1 v6.6.2
2015-03-24 Russ TyndallChangelog and minor cleanup of yesterdays patch
2015-03-23 Russ TyndallFixed error in read-sql-value that was throwing no...
2015-03-18 Russ Tyndallremove -pie hardening for because this caused load...
2015-02-26 Kevin M. RosenbergVersion 6.6.0 Release debian-6.6.0-1 v6.6.0
2015-02-25 Russ TyndallChanged type declarations in mysql-sql/database-query
2015-02-23 Russ Tyndallreturn class from reinitialize-instance as SBCL expects...
2014-12-03 Russ Tyndallfixed sqlite bug where sqlite-aref was called with...
2014-07-29 Russ TyndallGot multiple results sets working for mysql which solve...
2014-07-28 Russ Tyndallrefactor test-connect and test-setup-database to be...
2014-06-11 Russ TyndallMore work on a default encoding so that running through...
2014-06-11 Russ Tyndallprint start and stop messages while testing (probably...
2014-06-10 Russ TyndallAdded changelog entry about the makefile change
2014-06-10 Russ TyndallMerge branch 'master' of git.acceleration.net:/var...
2014-06-10 Russ Tyndallfixed the broken mysql LDFLAGS in debian db-mysql...
2014-06-09 Russ Tyndalluse quicklisp for loading cffi-uffi-compat if available
2014-06-08 Russ Tyndallfixed failing fdml test (definition of employee changed)
2014-06-08 Russ Tyndallmerged changelog
2014-04-24 Russ TyndallAdded tests for symbols valued slots, and better printe...
2014-04-23 Russ Tyndallinitial patch for symbol storage refactoring
2014-03-04 Kevin M. RosenbergVersion 6.5.0 Release debian-6.5.0-1 v6.5.0
2014-02-24 Russ Tyndallmerged ChangeLog
2014-02-24 Russ Tyndallbind *print-length* to nil when printing lists/arrays...
2014-01-31 Russ TyndallSet default encoding for sqlite3 databases to utf-8...
2014-01-31 Russ Tyndallfixed bug causing some failing sqlite3 tests (database...
2014-01-30 Russ TyndallChanges to more broadly support auto-increment. new...
2014-01-29 Russ TyndallAdded to-database-p keyword to view-classes-and-storabl...
2014-01-17 Russ TyndallAdded filter-select-list (for clsql-helper:recency...
2014-01-08 Russ Tyndallfinished updating LATEST-TEST-RESULTS
2014-01-08 Russ Tyndallmoved reallybigintegers to mysql only tests since that...
2014-01-08 Russ Tyndallfixed Aaron Burrow's name
2014-01-07 Russ Tyndallupdated LATEST-TEST-RESULTS
2014-01-07 Russ TyndallFix bug in sqlite3-table-info where it was not using...
2014-01-07 Russ Tyndallremoved unused/uncompiled atol64
2014-01-07 Russ Tyndallcleaning up patches, and fixing missing pkey bugs in...
2014-01-07 Russ TyndallMerging long-long vs unsigned-long-long fixes and test...
2014-01-07 Russ TyndallMerge branch 'master' of github.com:vityok/clsql into...
2013-11-23 Kevin M. RosenbergImprove ccl getenv patch
2013-11-23 Kevin M. Rosenberg2013-11-23 Kiss Kalman <kami@zalaszam.hu>
2013-11-04 Russ Tyndalladded better debugging info when failing to load foreig...
2013-10-20 Victorgetting rid of the _uffi.dll
2013-10-16 Victorinitial version of the autoincrement support for sqlite...
2013-09-27 Russ Tyndallfixed bug converting to boolean in db-mysql/mysql-sql...
2013-06-20 Russ Tyndallrefactored read-sql-value to centralize this logic...
2013-06-20 Russ TyndallFound and refactored a way some more eql specified...
2013-06-18 Russ Tyndallrefactored database-output-sql-as-type in a similar...
2013-06-18 Russ Tyndallrefactored database-get-type-specifier for postgres...
2013-06-10 Russ TyndallMerged in longchar-typespecifier-fix branch
2013-06-10 Russ Tyndallfixed tests that failed because there are now 3 addresses
2013-06-10 Russ TyndallUpdated get-database-type-specifier to handle text...
2013-04-18 Kevin M. RosenbergVersion 6.4.1 debian-6.4.1-1 v6.4.1
2013-03-07 Ryan Davischagelog entries for today's work
2013-03-07 Ryan Davisuse md5sum-string instead of md5sum-sequence to adjust...
2013-03-07 Ryan Daviskeep a reference to the original connection spec used...
2013-02-21 Russ Tyndallconvert latin1 chars in this utf-8 file to the utf...
2013-01-09 Russ Tyndallchanged view-classes-and-storable-slots to a defmethod
2012-12-19 Kevin M. RosenbergVersion 6.4 release debian-6.4.0-1 v6.4.0
2012-12-05 Russ TyndallImproved documentation of normalized classes and change...
2012-12-05 Russ Tyndall(SEMANTIC CHANGE) update-objects-joins now simpler...
2012-12-05 Russ Tyndallremoved generate-selection-list in favor of a make...
2012-12-05 Russ TyndallRefactored find-all and build-object to be more readabl...
2012-12-05 Nathan BirdRefactoring join-qualifier for readability
2012-12-05 Nathan BirdSimplify slotdefs-for-slots-with-class by using existin...
2012-12-05 Russ Tyndalldocstrings and small rewrite of chain-primary-keys...
2012-12-05 Russ Tyndalladded docstrings and some join-slot-info accessor helpe...
2012-12-05 Russ Tyndallreworked fault-join-slot & fault-join-normalized-slot...
2012-12-05 Russ Tyndallintroduced slot-def kind predicates (eg: join-slot...
2012-12-05 Russ Tyndallmade the datetest table have a key column so that updat...
2012-12-05 Russ Tyndallmade direct and effective slot-definitions contain...
2012-12-05 Russ Tyndallrefactor update-records-from-* functions to utilize...
2012-12-04 Russ Tyndalladded dates/times to the parameter value coersion and...
2012-12-04 Ryan Davisignore some unused variables, two less style warnings
2012-09-04 Kevin M. RosenbergAutomated commit for upstream build of version 6.3.0 debian-6.3.0-1 v6.3.0
2012-09-04 Kevin M. RosenbergRelease 6.3
2012-09-04 Russ Tyndallmerged current-test-results and LATEST-TEST-RESULTS...
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...
next