Skip to content

Releases: michaelpohl1977/DatabaseConnector

Version 2.7.0

31 Mar 17:13
8c1aaf1
Compare
Choose a tag to compare

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

10 Mar 18:32
Compare
Choose a tag to compare

Changes:

  • Minor error correction

Version 2.6.0

23 Feb 15:13
fe62cac
Compare
Choose a tag to compare

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