3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added hs-plugins version requirement to INSTALL More... about 19 years ago
Renamed dynConnectPWD to dynConnect_ More... about 19 years ago
Include loadPackageFunction in DynConnect, since it is not available in hs-plugins yet. More... about 19 years ago
Changed maintainer address. Removed old Makefile for building HSQL. More... about 19 years ago
Moved version number to a separate module. More... about 19 years ago
Build DBDirect with Makefile. More... about 19 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... about 19 years ago
Added base package to build-depends. Reported by Gustaf Nilsson. More... about 19 years ago
Changed version number to 0.9.1pre More... about 19 years ago
Updated config.sub, now supports amd64 More... about 19 years ago
Do not make table and field names start with a lower case letter. More... over 19 years ago
Added support for HSQL 1.6 to the make-based build system. More... over 19 years ago
Added Cabal file for the hs-plugins backend. More... over 19 years ago
Added separate Cabal files for each backend. More... over 19 years ago
Change Typeable instances to compile with GHC 6.4. More... over 19 years ago
Added Niklas Broberg's cabal build stuff. More... over 19 years ago
Make GenericConnect use -package for all available backend packages. More... about 20 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... about 20 years ago
Fix handling of hierarchical module names in DBDirect. More... about 20 years ago
Added (untested) support for custom unary operators More... about 20 years ago
Don't barf and die if HUGS_DIR does not exist. More... about 20 years ago
Fixed optimizer bug which pushed restrictions into the wrong branch of binary ops. Bug reported and located by Lemmih. More... about 20 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... about 20 years ago
Added toFieldType case for SqlMedInt, fixing bug reported by Jeremy Shaw More... about 20 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... about 20 years ago
Screwed my head back on, and undoed the last change More... about 20 years ago
DBDirect wanted 4 arguments for sqlite for unknown reason. Changed this to 3 to reflect reality More... about 20 years ago
Added preliminary hs-plugins support. Useless at the moment, but it doesn't break anything either. More... about 20 years ago
Cosmetic fix in help message More... about 20 years ago
Fixed build system to work with new directory hieararchy. More... over 20 years ago