1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 31, 2024 — Dec 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed MemoryContext management for multi-call functions
Thomas Hallgren
as thallgren
More... almost 21 years ago
Changed MemoryContext management for multi-call functions
Thomas Hallgren
as thallgren
More... almost 21 years ago
Correced misspelled HAVE_INT64_Time definition
Thomas Hallgren
as thallgren
More... almost 21 years ago
Added executeSelect function More... almost 21 years ago
Added ResultSetTest More... almost 21 years ago
Removed tricky way of getting column count; now we have ResultSetMetaData for this purpose. More... almost 21 years ago
For a convenient testing SQL SELECT commands; suitable for ResultSet testing. More... almost 21 years ago
Fixed bug #1206
Thomas Hallgren
as thallgren
More... almost 21 years ago
Fixed some comments More... almost 21 years ago
Fixed misspelt "search" More... almost 21 years ago
Changed the schema search logic: schema is null => search in all schemas (even those that are not in current search path) More... almost 21 years ago
*** empty log message ***
Thomas Hallgren
as thallgren
More... almost 21 years ago
Added Java trademark info to all docs.
Thomas Hallgren
as thallgren
More... almost 21 years ago
Changed the logic of *schema* and *schemaPattern* handling: - if schema is specified, search in this schema - if schema is "", search in 'public' schema - if schema is null, serach in current search_path schemas *) More... almost 21 years ago
Added comments about GCJ limitations for security. Removed obsolete import.
Thomas Hallgren
as thallgren
More... almost 21 years ago
Improved SecurityManager
Thomas Hallgren
as thallgren
More... almost 21 years ago
GCJ bug #20193
Thomas Hallgren
as thallgren
More... almost 21 years ago
GCJ still can't handle SecurityManagers
Thomas Hallgren
as thallgren
More... almost 21 years ago
Removed some obsolete #ifdef GCJ
Thomas Hallgren
as thallgren
More... almost 21 years ago
Fixed typo
Thomas Hallgren
as thallgren
More... almost 21 years ago
Added #ifndef GCJ conditional around SecurityManager setting.
Thomas Hallgren
as thallgren
More... almost 21 years ago
Fixed typo
Thomas Hallgren
as thallgren
More... almost 21 years ago
Fixed glitch that made GCJ compilation fail.
Thomas Hallgren
as thallgren
More... almost 21 years ago
Fixed COPYRIGHT year and version number for javadoc.
Thomas Hallgren
as thallgren
More... almost 21 years ago
Bumped version number to 1.1.0b1
Thomas Hallgren
as thallgren
More... almost 21 years ago
Added an example of method returning ResultSet and updated the docs.
Thomas Hallgren
as thallgren
More... almost 21 years ago
Removed "ISO C90 forbids mixed declarations and code" warning
Thomas Hallgren
as thallgren
More... almost 21 years ago
Fixed problem of unset JAVA_HOME More... almost 21 years ago
Added tests for ResultSetMetaData (headers for MetaData tests) More... almost 21 years ago
Implementation of ResultSetMetaData More... almost 21 years ago