u-u-h
Results
2
issues of
u-u-h
I believe timestamp_compare should be taking the offset field into considerations, so that the same point in time in different timezones is considered 'equal' -- or is that intentional behavior?...
I've tried to use auto-increment slots on the sqlite3 backend, and they seem to be working only partially. The following code is not working: ``` lisp (ql:quickload "clsql")` (ql:quickload "clsql-sqlite3")...