Skip to content

Tags: coderm/ezsql

Tags

5.1.1

Toggle 5.1.1's commit message
update version, removed unrelated methods from ezQuery class to globa…

…l functions only

- added/tested two additional security related functions, `is_traversal` and `sanitize_path` to go along with `clean_string`

5.1.0

Toggle 5.1.0's commit message
corrections/updates, additional function, and renaming

5.0.0

Toggle 5.0.0's commit message
Update docs/doc-blocks - ready for version release,

4.0.12

Toggle 4.0.12's commit message
Update ezFunctionsTest.php

4.0.11

Toggle 4.0.11's commit message
Code cleanup, refactor for PHP 8 compatibility, and bug fixes discove…

…red in doing so

- bug fixes, prior to PHP 8, `**@**` silenced errors which this library used to return `**false**` instead, that is not no longer possible with PHP 8
- Linux and Windows CI tests move to GitHub Actions
- General code style fixes
- merged bug fix ezSQL#199
- fixed tests in issue ezSQL#200, and corrections for PR ezSQL#201

4.0.10

Toggle 4.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ezSQL#186 from dpDesignz/where-group

Where group

4.0.9

Toggle 4.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ezSQL#180 from dpDesignz/table-joins

fixBug: Conditional Stacked Functions in selecting

4.0.8

Toggle 4.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ezSQL#170 from dpDesignz/master

continue fixBug: Error when trying to use $db->vardump()

4.0.7

Toggle 4.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ezSQL#166 from dpDesignz/master

fixBug: Error when trying to use $db->vardump()

4.0.6

Toggle 4.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ezSQL#160 from hubaishan/fixpgsql

fixBug: Creating default object from empty value in pgsql