0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
avoid errors if 32-bit build fails on 64-bit system More... about 16 years ago
avoid errors if 32-bit build fails on 64-bit system More... about 16 years ago
ignore build errors for 32-bit libraries on Linux x64 More... about 16 years ago
Version 4.1.2 - Build improvments 21 Nov 2009 Kevin Rosenberg <[email protected]> * Version 4.1.2 * Makefiles: On 64-bit Linux systems, try to build both 32 and 64-bit interface libraries. This requires the installation of multiarch build tools as well as 32-bit support libraries (libc, libz and libmysqlclient). More... about 16 years ago
Automated commit for upstream build of version 4.1.1 More... over 16 years ago
New documentation files More... over 16 years ago
New release 4.1.1 More... over 16 years ago
Rework initialize-instance for view-class-direct-slot-definition More... over 16 years ago
Use :verbose nil for asdf:operate invocation More... over 16 years ago
fix parse-iso-8601-duration always answering 0-length duration More... over 16 years ago
Improved handlining of nested transactions More... over 16 years ago
Have database-type default be *default-database-type* More... over 16 years ago
Add directory for MacPorts mysql5 port More... over 16 years ago
Fix transposed letters More... over 16 years ago
Allow optional connect parameters for postgresql databases More... over 16 years ago
Rework do-query to use database for special case * sql/fdml.lisp: Rework do-query to use supplied database parameter when passed a sql-object-query (thanks to JTK <[email protected]>) More... over 16 years ago
Windows Drive Patch Commit patch from Andreas Franke to honor windows drive letter when loading clsql_mysql C library. More... over 16 years ago
fix spelling error More... over 16 years ago
Version 4.1.0 * db-mysql/mysql-{sql,api}.lisp,db-mysql/clsql_mysql.c: Latest version of mysqlclient once again changed the C structures from which the mysql backend reads data. Rather than adding yet another structure definition which is enabled by the client version as read by mysql-client-info.lisp, the mysql backend has been re-written to ignore in the internal C structures. Instead, C wrapper functions for slot access have been added to clsql_mysql.c and are used by mysql-sql.lisp to access the internals of C structures. This adds a bit of overhead, but completely separates the lisp code from trying to keep up with the continually changing internal C structure of mysql. All tests in the test suite executed correctly with this change. More... over 16 years ago
Automated commit for debian release 4.0.6-1 More... over 16 years ago
Version 4.0.6 * sql/database.lisp: Fix syntax on process-lock (thanks to Stian Sletner) * db-mysql/mysql-sql.lisp: Allow use of database parameter in database-list function (thanks to Michael Pheasant) * sql/oodml.lisp: Allow NULL values for floating-point fields (thanks to Jan Rychter) More... over 16 years ago
fix bug of two asd files copied More... over 16 years ago
convert to dh-lisp; add Vcs-Browser More... over 16 years ago
update debian standards More... over 16 years ago
update to debhelper 5 More... over 16 years ago
Automated commit for debian release 4.0.5-2 More... over 16 years ago
update section to new lisp section More... over 16 years ago
remove changelog, update debian standards version More... over 16 years ago
Update changelog for recent changes More... over 16 years ago
remove dependency on version of libmysqlclient More... over 16 years ago