clsql.git
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...
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...
next