3
I Use This!
Inactive

Commits : Listings

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