Skip to content

Commit

Permalink
cleanup README
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuz committed Jan 23, 2014
1 parent a6d9bbc commit 1ff0e28
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions README
Expand Up @@ -178,55 +178,3 @@ conn.close

# We could have called conn.drop.
# We could still call db.drop

__END__
5. Changes

0.01 - 1999-06-11 - baseline
0.02 - 1999-07-16 - memory bug in ibconn_cursor, English documents.
0.03 - ???
0.04 - 2001-08-17 - insert, fetch blobs as strings
0.05 - 2001-09-05 - add block syntax for Connection#connect and Connection#execute
0.06 - 2004-11-02 - ???
0.07 - 2004-11-03 - ???

Change Log

2006-05-18 - 2006-06-04

* Forked to create Fb extension.
* Converted from K&R to ANSI C.
* Added ability to create and drop databases.
* Created near-comprehensive unit tests.
* Renamed functions for consistency and improved style.
* Improved error message reporting.
* Added the option of returning rows as Hashes as well as tuples.
* Fixed bug inserting blobs larger than 64K.
* Added methods to retrieve lists of tables, generators, views, stored procedures and roles.
* Added .NET-style connection strings.
* Improved reporting on column types.
* Added the option to report column names in lowercase where they were not already in mixed case (this feature is for Rails).
* Changed automatic transaction semantics so automatically-started transactions are also committed automatically.
* Converted from using a single, global transaction to a transaction per connection.
* Converted from using global buffers to per-cursor input and output buffers.
* Added RDoc documentation.
* Insert, update and delete statements may be given an array of tuples for a parameter and will be executed once per tuple.
* Rewrote README to match new API.

2007-12-11

* Properly scaled NUMERIC and DECIMAL types when inserting with parameters.

2007-12-13

* Rounded instead of flooring NUMERIC and DECIMAL types.
* Replace deprecated isc_interprete method call for FB2.

2008-04-22

* Implement explicit end-of-data flag for cursors to avoid synchronization error in newer Firebird builds.
* Allocated longer buffers to avoid memory access error reported by valgrind
* Tightened up C syntax for stricter compilers.
* Factored symbol and regex creation out to global scope for efficiency.
* Removed global transaction functions that weren't exposed anyway.
* Removed remaining global state. This should allow for better concurrency.

0 comments on commit 1ff0e28

Please sign in to comment.