0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected timestamp test. More... about 16 years ago
Change the way PGresult is translated into RDBI::Result in #new_execution . Now handles when column names are the same (such as with multi-column scalar select). More... about 16 years ago
Added some more #execute tests, dealing with scalar results. More... about 16 years ago
Handle BIGINT SQL type. More... about 16 years ago
Added some specs for BIGINT results. More... about 16 years ago
Return number of affected tuples, to be passed to RDBI::Result . More... about 16 years ago
Change #rows calls to #result_count or #affected_count, as per recent changes to RDBI. More... about 16 years ago
Added tests for res.rows on INSERT calls. They don't pass yet, at the time of this commit. Pending changes in RDBI. More... about 16 years ago
In #table_schema, move the return statement closer to the top, to be easier for readers to see. More... about 16 years ago
In #table_schema: When schema.table is not found, don't raise an error, just return nil. More... about 16 years ago
Account for NULL values in columns of type TIMESTAMP WITHOUT TIME ZONE. Added related test code. More... about 16 years ago
Add self.database_name to error message for #table_schema . More... about 16 years ago
Added bacon (spec framework) as development dependency. More... about 16 years ago
Raise an error when failing to get table type from PostgreSQL information_schema . Added related spec. More... about 16 years ago
Removed comments which didn't make sense anymore (related code has since been changed). More... about 16 years ago
Added testing for #table_schema . More... about 16 years ago
Added some tests using RDBI::Result::Driver::Array, to compare with. More... about 16 years ago
Test for Fixnum result in Struct output for ordinals table. Currently failing. More... about 16 years ago
Added ordinals table to tests. More... about 16 years ago
Use Symbol form of fname result, to satisfy Struct result driver. More... about 16 years ago
Also allow :username argument. More... about 16 years ago
* fixed a pretty ugly bug related to a sensible assumption in PGresult. ** PGresult#to_a generates an array of hash. brilliant. More... about 16 years ago
* More RDBI.ping and #ping tests. More... about 16 years ago
* Added ping method. More tests incoming. More... about 16 years ago
Set self.database_name from possible options. More... about 16 years ago
Added some argument aliases to Database constructor for user convenience. More... about 16 years ago
Removed superfluous "[RDBI]" error message prefixes. More... about 16 years ago
Specify RDBI::Schema#type as well. Make [more] use of pg_schema in DB metadata queries. More... about 16 years ago
Use attr_threaded_accessor to handle thread safety for @stmt_name . More... about 16 years ago
Filled out Database#schema and #table_schema . Made related tests pass. More... about 16 years ago