3
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added big-test More... over 20 years ago
added -fcontext-stack flag More... over 20 years ago
added -fcontext-stack info More... over 20 years ago
changed MINUS to EXCEPT (SQL92). documented unsupported binary relational operators. More... over 20 years ago
added PostgreSQL TIME problem More... over 20 years ago
added info about missing binary operations in MySQL 4.1. More... over 20 years ago
removed HSQL date handling from BUGS More... over 20 years ago
Fixed ShowConstant CalendarTime instance to format months with numbers instaed of names, and to quote the results. More... over 20 years ago
fixed Show and Read for records so they actually work More... over 20 years ago
added commented-out useless Read and Show instances for HDBRec, just checked them in to have them in version control More... over 20 years ago
Removed an unnecessary base case More... over 20 years ago
Replaced FieldDef by FieldDesc More... over 20 years ago
Removed dbInvoke, fixed Row-instance for BoundedString. BoundedString is now working, query-tests have been performed. Some more features like new instances is still to be added. More... over 20 years ago
added record Read TODO More... over 20 years ago
All the simple changes done during the code review. More... over 20 years ago
Deleted newtype from BoundedList, added Eq and ShowConstant instances More... over 20 years ago
added some comment and type signatures. small bits of code clean-up. More... over 20 years ago
removed login info More... over 20 years ago
added extremely hacky way to get the server's current time More... over 20 years ago
added simple transaction testing program. More... over 20 years ago
added transactions support. exported nullable. More... over 20 years ago
added backend-dependent SQL generation More... over 20 years ago
added top and union fixes More... over 20 years ago
wrap queries used with binary operations (union etc.) in parens to fix SQL syntax problem with union as reported by viblo More... over 20 years ago
fixed top to put LIMIT clause at the end of the query, instead of the unsupported TOP x option after DISTINCT. Commented out topPercent since I have not found any DBs that support that. More... over 20 years ago
added case to save bounded strings as strings in the HSQLRow (Dynamic) More... over 20 years ago
Added transactions to the todo list More... over 20 years ago
Added som haddock-comments More... over 20 years ago
Added the memory leak bug More... over 20 years ago
Added some haddock comments More... over 20 years ago