Skip to content

Releases: jublo/monty

2.4.0

03 Dec 19:52
Compare
Choose a tag to compare
  • #12 Drop support for mysql_*
  • #11 Custom port number
  • #7 Get SQL code without executing it
  • #9 Set column2 = column1

2.3.2

21 Jun 00:09
Compare
Choose a tag to compare
  • #4 Return old values for setter functions
  • #10 Only respect dirty flags for selects

2.3.1

02 Aug 16:03
Compare
Choose a tag to compare
  • #3 Apply PEAR coding standards

2.3.0

02 Aug 16:03
Compare
Choose a tag to compare
  • #1 Return existing connector if Monty::getConnector() is called with second parameter
  • #2 Add Monty::tableExists for checking if a table name exists in the database

2.2.0

02 Aug 16:03
Compare
Choose a tag to compare
  • Set default return type for database queries
  • Deprecate Monty_MySQL and Monty_MySQL_Easy classes

2.1.3100

02 Aug 16:04
Compare
Choose a tag to compare
  • Allow to get all fields by calling $table->fields() with no parameters
  • Update copyright year
  • Convert files to LF format

2.1.1613

02 Aug 16:04
Compare
Choose a tag to compare
  • Fixed: persistent mysqli connections only for PHP 5.3+.

2.1.1612

02 Aug 16:05
Compare
Choose a tag to compare
  • Added: Allow boolean conditions (and, or) with conditions list as array.
  • Fixed: Return correct database-open return value.
  • Updated: Code formatting.

2.1.1016

02 Aug 16:06
Compare
Choose a tag to compare
  • Fixed: IS NULL should not use the equalization operator.

2.1.1015

02 Aug 16:06
Compare
Choose a tag to compare
  • Added: Basic JOIN support with 1 ON clause per JOIN.