mysql2/spec/mysql2
Brian Lopez ddcd1064cd Merge branch 'master' into stmt
* master:
  avoid potential race-condition with closing a connection
  add option for setting the wait_timeout in the AR adapter (this can be done in database.yml)
  add some more defaults to the connect flags
  add connect_flags to default options and add REMEMBER_OPTIONS to that list. fix NUM2INT to be NUM2ULONG as it should be for flags
  free the client after close if we can
  forgot to remove this
  get rid of double-pointer casting
  a couple of minor updates to connection management with some specs
  check for error from mysql_affected_rows call
  change connection check symantecs
2010-10-15 16:19:11 -07:00
..
client_spec.rb add some more defaults to the connect flags 2010-10-14 23:38:25 -07:00
error_spec.rb add aliases for Mysql compatibility 2010-09-01 11:42:16 -07:00
result_spec.rb add cache_rows option to enable/disable internal row caching for results 2010-08-27 12:08:48 -07:00
statement_spec.rb prepared statements can pull times 2010-07-09 11:11:31 -07:00