openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
rdbi-driver-postgresql
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
1 day
ago.
Jul 06, 2025 — Jul 06, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Corrected timestamp test.
Pistos
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).
Pistos
More...
about 16 years ago
Added some more #execute tests, dealing with scalar results.
Pistos
More...
about 16 years ago
Handle BIGINT SQL type.
Pistos
More...
about 16 years ago
Added some specs for BIGINT results.
Pistos
More...
about 16 years ago
Return number of affected tuples, to be passed to RDBI::Result .
Pistos
More...
about 16 years ago
Change #rows calls to #result_count or #affected_count, as per recent changes to RDBI.
Pistos
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.
Pistos
More...
about 16 years ago
In #table_schema, move the return statement closer to the top, to be easier for readers to see.
Pistos
More...
about 16 years ago
In #table_schema: When schema.table is not found, don't raise an error, just return nil.
Pistos
More...
about 16 years ago
Account for NULL values in columns of type TIMESTAMP WITHOUT TIME ZONE. Added related test code.
Pistos
More...
about 16 years ago
Add self.database_name to error message for #table_schema .
Pistos
More...
about 16 years ago
Added bacon (spec framework) as development dependency.
Pistos
More...
about 16 years ago
Raise an error when failing to get table type from PostgreSQL information_schema . Added related spec.
Pistos
More...
about 16 years ago
Removed comments which didn't make sense anymore (related code has since been changed).
Pistos
More...
about 16 years ago
Added testing for #table_schema .
Pistos
More...
about 16 years ago
Added some tests using RDBI::Result::Driver::Array, to compare with.
Pistos
More...
about 16 years ago
Test for Fixnum result in Struct output for ordinals table. Currently failing.
Pistos
More...
about 16 years ago
Added ordinals table to tests.
Pistos
More...
about 16 years ago
Use Symbol form of fname result, to satisfy Struct result driver.
Pistos
More...
about 16 years ago
Also allow :username argument.
Pistos
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.
Erik Hollensbe
More...
about 16 years ago
* More RDBI.ping and #ping tests.
Erik Hollensbe
More...
about 16 years ago
* Added ping method. More tests incoming.
Erik Hollensbe
More...
about 16 years ago
Set self.database_name from possible options.
Pistos
More...
about 16 years ago
Added some argument aliases to Database constructor for user convenience.
Pistos
More...
about 16 years ago
Removed superfluous "[RDBI]" error message prefixes.
Pistos
More...
about 16 years ago
Specify RDBI::Schema#type as well. Make [more] use of pg_schema in DB metadata queries.
Pistos
More...
about 16 years ago
Use attr_threaded_accessor to handle thread safety for @stmt_name .
Pistos
More...
about 16 years ago
Filled out Database#schema and #table_schema . Made related tests pass.
Pistos
More...
about 16 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree