Skip to content

Releases: jublo/monty

2.0.0920

02 Aug 16:07
Compare
Choose a tag to compare
  • Fixed: Only allow simple LIMIT clause on non-SELECT queries.

2.0.0917

02 Aug 16:07
Compare
Choose a tag to compare
  • Added: Use Monty statically.
  • Added: Condition alias "starts".
  • Fixed: Allow access to resultset only if there are results.
  • Added: queryall shortcut for sending SQL query and getting its results in one step.
  • Added: replace shortcut for replacing.
  • Added: TRUNCATE support.
  • Added: "contains" shortcut.
  • Added: Use UTF-8 connection.
  • Fixed: mysqli::error and mysqli::errno are members, not methods.
  • Fixed: Multiple wheres did not glue into the WHERE clause.
  • Updated: Use __FILE__ in uppercase.

2.0.0916

02 Aug 16:08
Compare
Choose a tag to compare
  • Added: Support for persistent connections.
  • Fixed: Allow multiple similar condition fragments in the same SQL WHERE clause.
  • Fixed: PHPDoc for Monty_MySQL class constructor.
  • Added: MySQLi support; use MySQLi connector per default.

1.5.0916

02 Aug 16:08
Compare
Choose a tag to compare
  • Added: Deleting rows.
  • Added: shortcut Monty::table.
  • Added: Use easy style for updating 1 field
  • Fixed: easy field update was wrong.
  • Added: Git ignore list.
  • Updated: Use Markdown for readme.
  • Fixed: Use proper syntax highlighting for readme code block.
  • Updated: Use spaces for indenting code.
  • Fixed: Correct PHPDoc statements for connector class.
  • Fixed: Data seek needs result resource identifier as first parameter.
  • Added: Allow AND, OR statements.
  • Added: Multiple tables cross-SELECT support.
  • Removed: JOIN support.

1.2.0111

02 Aug 16:08
Compare
Choose a tag to compare
  • Added: Sort results by field or random.
  • Changed: Merged all shortcuts into one __call function.
  • Added: Support for easy insert and replace.
  • Changed: Splitted _buildQuery into term functions.
  • Added: Easy support for limits and updates.
  • Fixed: Removed debug die().
  • Added: Get all rows with all().

1.1.0110

02 Aug 16:09
Compare
Choose a tag to compare
  • Added First Steps section in README.
  • Moved classes to subfolder.

1.1.0110

02 Aug 16:09
Compare
Choose a tag to compare
  • Improved: Moved functions around in the classes to sort them a-z.
  • Changed: More a-z sorting fixes.
  • Added: Objectified wrapper for tables.

1.0

02 Aug 16:10
Compare
Choose a tag to compare
1.0
  • Added: LICENSE and README
  • Edited README via GitHub
  • Fixed: First-run errors.
  • Initial version.