Fixed another bug in MySQLConnector

main
Inga 🏳‍🌈 14 years ago
parent 439c119420
commit 1de643dffa
  1. 1
      MySQLConnector/Connection.cs

@ -19,6 +19,7 @@ namespace FLocal.MySQLConnector {
this.connection = new MySqlConnection(connectionString);
this.connection.Open();
this.connectionString = connectionString;
this.transactions = new HashSet<Transaction>();
}
internal MySqlConnection createConnection() {

Loading…
Cancel
Save