API.rdoc in swift-0.8.0 vs API.rdoc in swift-0.8.1

- old
+ new

@@ -23,27 +23,30 @@ #get #=> Scheme #prepare #=> Statement #rollback #transaction #=> Adapter #update #=> Result + #reconnect + #delete #=> Result # TODO: DBI < Adapter # returning? #=> true or false # Concrete. DB Mysql < Adapter # TODO: Adapter::DBI? Postgres < Adapter # TODO: Adapter::DBI? + Sqlite3 < Adapter # TODO: Adapter::DBI? # Enumerable collection of Scheme or Hash tuples. Result .new #=> Result #insert_id #=> Numeric #fields #=> [Symbol, ...] # Field names identical to .first.keys if rows > 0 - Statement < Result + Statement .new #=> Statement - #execute #=> Statement + #execute #=> Result Scheme .all #=> Result .attribute #=> Type .create #=> Scheme