Skip to content

Commit

Permalink
fixed merge issue with mattc58/gorp for transaction support
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Culbreth committed May 21, 2014
2 parents 96ea999 + def0f72 commit 50ff6b2
Show file tree
Hide file tree
Showing 4 changed files with 597 additions and 136 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,15 @@ implemented per database vendor. Dialects are provided for:
Each of these three databases pass the test suite. See `gorp_test.go` for example
DSNs for these three databases.

Support is also provided for:

* Oracle (contributed by @klaidliadon)
* SQL Server (contributed by @qrawl) - use driver: github.com/denisenkom/go-mssqldb

Note that these databases are not covered by CI and I (@coopernurse) have no good way to
test them locally. So please try them and send patches as needed, but expect a bit more
unpredicability.

## Known Issues ##

### SQL placeholder portability ###
Expand Down
Loading

0 comments on commit 50ff6b2

Please sign in to comment.