Automated commit for debian release 6.7.2-1
[clsql.git] / sql /
2016-01-26 Kevin M. RosenbergVersion 6.7.0 release
2016-01-17 Russ TyndallMerge branch 'master' of http://git.kpe.io/clsql
2015-10-09 Russ TyndallAdded a read-decimal-value function using cl-decimals
2015-10-09 Russ Tyndallmerging in master from 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-24 Russ TyndallChangelog and minor cleanup of yesterdays patch
2015-03-23 Russ TyndallFixed error in read-sql-value that was throwing no...
2015-02-23 Russ Tyndallreturn class from reinitialize-instance as SBCL expects...
2014-06-11 Russ TyndallMore work on a default encoding so that running through...
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-02-24 Russ Tyndallmerged ChangeLog
2014-02-24 Russ Tyndallbind *print-length* to nil when printing lists/arrays...
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-07 Russ Tyndallcleaning up patches, and fixing missing pkey bugs in...
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-10-20 Victorgetting rid of the _uffi.dll
2013-10-16 Victorinitial version of the autoincrement support for sqlite...
2013-06-20 Russ Tyndallrefactored read-sql-value to centralize this logic...
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 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-01-09 Russ Tyndallchanged view-classes-and-storable-slots to a defmethod
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 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 Russ TyndallTry to respect the casing of symbols where it seems...
2012-08-28 Ryan Davisuse &body instead of &rest to aid emacs indentation
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-04-25 Russ Tyndalladded (*in-subselect* t) bindings around rendering...
2012-04-24 Nathan BirdMysql > CREATE TABLE: use 'engine' keyword instead...
2012-03-28 Russ TyndallBug in sequence names was reported by Jan Tolenaar.
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-01-04 Russ TyndallFixed bug reported by JTK related to the not-null sql...
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-09-12 Russ Tyndallfixed a bugs in list-attribute(s|-types) in fddl that...
2011-07-27 Russ TyndallMerge branch 'accel-2'
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 Birdrefactor the way oodml find-all and select deal with...
2011-07-04 Nathan BirdA few type declarations
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 Russ TyndallBUG FIX update-records-from-instance threw errors if...
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...
next