Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix to build. new connection is broken, opening issue
Browse files Browse the repository at this point in the history
  • Loading branch information
loveridge committed Aug 22, 2015
1 parent f5795d7 commit a629697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/complete_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ main() {
con.commit();
});
test('get connection', (){
var con = new oracle.Connection(username, password, connString);
var con = env.createConnection(username, password, connString);
var stmt = con.execute('SELECT test_int FROM test_table');
var rs = stmt.getResultSet();
rs.next(1);
Expand Down

0 comments on commit a629697

Please sign in to comment.