0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r9530: updates for mysql prepared statements More... over 21 years ago
r9528: move special variable declaration More... over 21 years ago
r9527: add function declarations for prepared statements More... over 21 years ago
r9525: 30 May 2004 Kevin Rosenberg <[email protected]> * Version 2.11.4: MySQL 4.1 now passes all tests * db-mysql/mysql-api.lisp: Add support for MySQL 4.1 field structure * sql/expressions.lisp: Avoid emitting double parenthesis when a function contains a subselect. More... over 21 years ago
r9523: * clsql-mysql.asd, clsql-uffi.asd: Remove check and Common Lisp Controller invocation. More... over 21 years ago
r9522: * sql/odbc-api.lisp: Update to using ODBC V3 protocol More... over 21 years ago
r9520: continue to use odbc2 semantics More... over 21 years ago
r9519: add prepared statements for postgresql More... over 21 years ago
r9518: initial db2 support More... over 21 years ago
r9517: initial rename to db2 files More... over 21 years ago
r9516: initial template for db2 More... over 21 years ago
r9514: Automated commit for Debian build of clsql upstream-version-2.11.3 More... over 21 years ago
r9513: * Version 2.11.3 More... over 21 years ago
r9512: Avoid use of OCIServerAttach since CLSQL uses OCILogon and does not the more complex session management. More... over 21 years ago
r9511: * db-oracle/oracle-sql.lisp: By default, use OCIEnvCreate as introduced in Oracle8. Leave older code selectable by a reader macro for Oracle7 and prior. More... over 21 years ago
r9510: * db-sqlite: Remove clisp support since clisp can not run CLSQL with its MOP usage More... over 21 years ago
r9509: * sql/ooddl.lisp: Commit patch from Edi Weitz fixing return type (setf slot-value-using-class) More... over 21 years ago
r9508: condition fixes More... over 21 years ago
r9491: * db-oracle/oracle-objects.lisp: Add database-get-type-specifier for universal-time. Convert BIGINT CLSQL type to CHAR SQL type More... over 21 years ago
r9490: fix for odbc/postgresql bigint strings More... over 21 years ago
r9489: add oracle backend More... over 21 years ago
r9488: update loader for names used on windows platforms More... over 21 years ago
r9485: 26 May 2004 Kevin Rosenberg <[email protected]> * sql/oodml.lisp: Commit universal-time typo patch from Edi Weitz * test/test-init.lisp: Add universal-time slot to person. * test/test-fddl.lisp: Add tests of universal-time slot * test/test-ooddl.lisp: Test universal-time slot in an object * TODO: Remove need for universal-time test * debian/rules, debian/control: Add cl-sql-oracle binary package More... over 21 years ago
r9483: add cl-sql-oracle binary package More... over 21 years ago
r9482: * doc/TODO: Add AUTOCOMMIT. Remove need for large table and bigint slot tests * sql/oracle-sql.lisp: Add 64-bit bigint direct conversion * uffi/clsql-uffi.lisp: Handle signed 64-bit integers * test/test-init.lisp: Add large table with bigint slot More... over 21 years ago
r9480: * sql/operations.lisp: Add userenv * doc/TODO: Add AUTOCOMMIT More... over 21 years ago
r9479: * sql/generic-postgresql.lisp: (string n) => (CHAR n) More... over 21 years ago
r9478: 25 May 2004 Kevin Rosenberg <[email protected]> * sql/oodml.lisp: (string n) now produces a CHAR field. Add new VARCHAR type. Added *default-varchar-length* rather than previous hard-coded varchar length. Remove 'simple-string and 'simple-base-string since they are subtypes of 'string. * db-oracle/oracle-sql.lisp: Use *default-varchar-length* rather than local hard-coded value. * sql/metaclasses.lisp: Convert specified type VARCHAR and (VARCHAR n) to Lisp type string. Convert specified-type (CHAR n) to string. Convert specified-type CHAR to lisp type character. More... over 21 years ago
r9477: Automated commit for Debian build of clsql upstream-version-2.11.1 More... over 21 years ago
r9476: 25 May 2004 Kevin Rosenberg <[email protected]> * Version 2.11.1 released: Much simpler Oracle client library loading. Now uses ORACLE_HOME environmental variable as well as tests default path for Oracle Instant Client. More... over 21 years ago