removed generate-selection-list in favor of a make-select-list
[clsql.git] / sql /
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...
2011-03-30 Holger SchauerAdd support for :default in db constraints. make-constr...
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 M. RosenbergPass encoding argument to pooled connections
2010-04-16 Kevin RosenbergPatches from Walter C. Pelissero on clsql mail list
2010-03-21 Kevin RosenbergFix DO-QUERY to actually return the last value of body
2010-03-03 Nathan BirdCheck for *db-pool-max-free-connections* being nil...
2010-03-02 Nathan BirdMerge branch 'master' into development
2010-03-02 Nathan BirdMerge branch 'connection-pool-fix'
2010-03-02 Nathan Birdwhitespace-cleanup
2010-03-02 Nathan BirdIf updating an instance from the database and we found...
2010-03-02 Nathan BirdAdding an oodml read-sql-value case for double-float
2010-03-02 Nathan BirdGuard against already converted values in read-sql...
2010-03-02 Nathan Birdnew syntax macro (FILE-ENABLE-SQL-READER-SYNTAX)
2010-03-02 Nathan BirdAdding some TODO notes about potential race conditions.
2010-03-02 Nathan BirdModified pool.lisp:acquire-from-conn-pool to perform...
2010-02-11 Nathan BirdMerge branch 'development'
2010-02-10 Nathan BirdOn MSSQL < 2008 there is no timestamp (the default...
2010-02-08 Kevin RosenbergVersion 5.0.2: Add missing slot accessor, make defgener... debian-5.0.2-1 v5.0.2
2010-02-08 Kevin RosenbergVersion 5.0.1: Add encoding slot to database object debian-5.0.1-1 v5.0.1
2010-02-06 Kevin RosenbergEnsure reasonable lisp type for slot in compute-lisp...
2010-02-06 Kevin RosenbergRemove CVS $Id$ keyword
2010-02-05 Kevin RosenbergLoad and use test-i18n.lisp when uffi:no-i18n is not...
2010-02-05 Kevin RosenbergAdd OpenMCL support for #\no-break_space
2010-02-05 Kevin RosenbergComment that CMUCL errors when reading #\no-break_space
2010-02-05 Kevin RosenbergConditionalize read of #\no-break_space for non-unicode...
2010-02-03 Nathan BirdTime printing bugfixes- Use a #\T to separate date...
2010-02-02 Russ TyndallFixed bugs in iso-timestring regarding printing microse...
2010-02-01 Nathan BirdUpdating logic for odbc database-list-{tables,views...
2010-01-29 Nathan BirdUsing the new clsql-sys::+whitespace-chars+ param.
2010-01-29 Nathan BirdMerge commit 'origin/master' into development
2010-01-29 Kevin RosenbergAdd implementation-specific +whitespace-chars+ variable
2010-01-29 Nathan BirdMerge commit 'master' into development
2010-01-29 Kevin RosenbergConditionalize #\no-break-space for lispworks
next