Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
start documenting driver differences
Browse files Browse the repository at this point in the history
  • Loading branch information
neerolyte committed Jul 27, 2012
1 parent 7698a57 commit 999c98f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ Once PostgreSQL is installed this can usually be achieved with by issuing the fo
postgres=# create database test owner test;
CREATE DATABASE

## Driver Differences

Currently the PostgreSQL driver does not support getLastInsertId().

MySQL drivers return JavaScript Date objects when the table data is a date, other drivers do not.

## License

Node-DBI is licensed under the MIT license.
Expand Down

0 comments on commit 999c98f

Please sign in to comment.