Skip to content

Implemented DB locks, and more Where overloads

Compare
Choose a tag to compare
@danielgindi danielgindi released this 18 Dec 11:35
· 591 commits to master since this release
  • Automatically wrap Query objects when specified in a column
  • Removed ambiguous AddWhere(WhereList) in favor of chainable AddFromList
  • Added all known overloads to both WhereList and Query
  • Added chainable ClearWhere
  • Implemented DB locks for MSSQL and MYSQL
  • Override for UpdateFromColumn() without table names
  • Renamed UpdateFromOtherColumn to UpdateFromColumn
  • Bugfix: UPDATE mode was not set by a call to UpdateFromOtherColumn
  • Support for UPDATE with JOIN on MySql and MSSQL