3
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Aug 07, 2025 — Aug 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added hs-plugins version requirement to INSTALL More... over 20 years ago
Renamed dynConnectPWD to dynConnect_ More... over 20 years ago
Include loadPackageFunction in DynConnect, since it is not available in hs-plugins yet. More... over 20 years ago
Changed maintainer address. Removed old Makefile for building HSQL. More... over 20 years ago
Moved version number to a separate module. More... over 20 years ago
Build DBDirect with Makefile. More... over 20 years ago
Reimplemented DBDirect using DynConnect instead of GenericConnect. Fixed DynConnect to load code from installed packages. Removed old configure / make based build system. More... over 20 years ago
Added base package to build-depends. Reported by Gustaf Nilsson. More... over 20 years ago
Changed version number to 0.9.1pre More... over 20 years ago
Updated config.sub, now supports amd64 More... over 20 years ago
Do not make table and field names start with a lower case letter. More... almost 21 years ago
Added support for HSQL 1.6 to the make-based build system. More... almost 21 years ago
Added Cabal file for the hs-plugins backend. More... almost 21 years ago
Added separate Cabal files for each backend. More... almost 21 years ago
Change Typeable instances to compile with GHC 6.4. More... about 21 years ago
Added Niklas Broberg's cabal build stuff. More... about 21 years ago
Make GenericConnect use -package for all available backend packages. More... over 21 years ago
The attributes for an Intersect were calculated with set difference, which seems wrong. Since the type of intersect requires the relations to have the same fields, now just take attributes from the first query. Bug reported by Lemmih. More... over 21 years ago
Fix handling of hierarchical module names in DBDirect. More... over 21 years ago
Added (untested) support for custom unary operators More... over 21 years ago
Don't barf and die if HUGS_DIR does not exist. More... over 21 years ago
Fixed optimizer bug which pushed restrictions into the wrong branch of binary ops. Bug reported and located by Lemmih. More... over 21 years ago
Added package argument to ghc module availability testing macro. Fixed dependency generation and cleaned up handling of package flags. Compile with -O2. More... over 21 years ago
Added toFieldType case for SqlMedInt, fixing bug reported by Jeremy Shaw More... over 21 years ago
Changes to the structure of the makefile system to allow us to only compile files with the dependencies they really need (thus paving the way for the hs-plugins support) More... almost 22 years ago
Screwed my head back on, and undoed the last change More... almost 22 years ago
DBDirect wanted 4 arguments for sqlite for unknown reason. Changed this to 3 to reflect reality More... almost 22 years ago
Added preliminary hs-plugins support. Useless at the moment, but it doesn't break anything either. More... almost 22 years ago
Cosmetic fix in help message More... almost 22 years ago
Fixed build system to work with new directory hieararchy. More... almost 22 years ago