Releases: michaelpohl1977/DatabaseConnector
Releases · michaelpohl1977/DatabaseConnector
Version 2.7.0
Changes:
- Added Method SqlExecutePrepared() to execute prepared Statements
- SqlPrepareStatement() now can handle table prefixes (bug)
- SqlBindPreparedValue() now binds a value instead of a parameter (bug)
- SqlGetPreparedLines() now takes a PDO-parameter array as method parameter (enhancement)
- SqlGetPreparedLinesAsObject() now takes a PDO-parameter array as method parameter (enhancement)
- SqlGetFirstPreparedLine() now takes a PDO-parameter array as method parameter (enhancement)
- SqlGetFirstPreparedLineAsObject() now takes a PDO-parameter array as method parameter (enhancement)
Version 2.6.1
Changes:
- Minor error correction
Version 2.6.0
Changes:
- Outputting an error message in SqlExecute(), if no database connection exists
- Checking write protection when using SQLite database files
- Avoiding multideclarations of the DatabaseConnector class
- Several smaller code adjustments