| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed a bug that caused crashes when using type translation with typeless ↵ | Jamis Buck | 2005-02-15 | 1 | -0/+1 |
| | | | | | columns (like those from count(*), etc.). | ||||
| * | Support for solaris. | Jamis Buck | 2005-02-10 | 1 | -1/+1 |
| | | |||||
| * | Added missing exceptions (format, range, and NOTADB). Exceptions also now ↵ | Jamis Buck | 2005-02-08 | 1 | -4/+20 |
| | | | | | have a "code" attribute that is the numeric value of the error that occurred. | ||||
| * | Added Database#query and made it possible to close a statement from a ↵ | Jamis Buck | 2005-02-07 | 4 | -4/+67 |
| | | | | | resultset. This should make it easier to create a sqlite3 adapter for Og. | ||||
| * | If 'Native' driver is not found, opening a second database resulted in a ↵ | Jamis Buck | 2005-02-07 | 1 | -1/+1 |
| | | | | | NameError because the require would not fail--it would just return false. | ||||
| * | Version bump. | Jamis Buck | 2005-02-06 | 1 | -1/+1 |
| | | |||||
| * | Version bump, and made it so that an array may be passed as the bind ↵ | Jamis Buck | 2005-02-05 | 3 | -4/+4 |
| | | | | | parameter and it will be flattened prior to binding. The native implementation of bind_text also does a to_s on its parameter now to prevent segfaults. | ||||
| * | Added various bsds to the detection routine in dl/api.rb. | Jamis Buck | 2005-01-31 | 1 | -1/+1 |
| | | |||||
| * | Changed layout to support tagging and branching | Jamis Buck | 2005-01-09 | 12 | -0/+2534 |
