3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added some haddock-comments, every (except 2 small funcs) function exported by haskelldb.hs should have a comment now More... almost 21 years ago
Replaced the assert function with the standard haskell equivalent assert More... almost 21 years ago
Added some haddock comments More... almost 21 years ago
Fixed the minor typo again... :) More... almost 21 years ago
Replaced nullable with constJust, fixed some haddock comments More... almost 21 years ago
Replaced nullable with constJust More... almost 21 years ago
Added title and prologue More... almost 21 years ago
fixed typo. removed ghci TODO, it seems to have been a problem on my machine only. More... almost 21 years ago
added SQLite interface to TODO More... almost 21 years ago
removed some fixed TODOs More... almost 21 years ago
added memory leak and SqlDecimal fix More... almost 21 years ago
added date formatting bug. More... almost 21 years ago
added argConnect to TestConnect module, removed big-test stuff from Makefile More... almost 21 years ago
added TestConnect.pphs instead of TestConnect.hs More... almost 21 years ago
added TestConnect.hs More... almost 21 years ago
fixed attribute name in current-time More... almost 21 years ago
better error message for invalid attributes More... almost 21 years ago
added run-all-tests More... almost 21 years ago
fixed tests to use common connect function More... almost 21 years ago
updated toPrimExprs twith new HDBRecCons More... almost 21 years ago
Exchanged exprs. We are now using the one based on a typeclass. More... almost 21 years ago
changed getValue for BoundedString to use HSQL functions directly. More... almost 21 years ago
added prototype code for getting data as a record. fixed type of mkIOMBCalendarTime. moved fieldName to its own class, removed fieldTag. removed field tag argument from HDBRecCons data constructor, but not from type constructor. More... almost 21 years ago
Makefile now builds all tests. Fixed all tests to compile with the current HaskellDB version. More... almost 21 years ago
added a simple test that uses BoundedString More... almost 21 years ago
added test for top More... almost 21 years ago
added remove r from Attr to TODO More... almost 21 years ago
Added a few missing HasField constraints More... almost 21 years ago
Moved HasField constraint to methods that need it to get rid of rank-2 type of << More... almost 21 years ago
added info about TIMESTAMP columns in ODBC-PostgreSQL More... almost 21 years ago