Skip to content
  • 4.0.10
  • c843017
  • Compare
    Choose a tag to compare
    Search for a tag
  • 4.0.10
  • c843017
  • Compare
    Choose a tag to compare
    Search for a tag

@techno-express techno-express released this Apr 27, 2020

  • merged #183 fixes exhausting memory issue
  • merged #185 where() was not handling additional _OR conditions
  • merged #186 added feature where() conditional grouping()
Assets 2
  • 4.0.9
  • ec214bc
  • Compare
    Choose a tag to compare
    Search for a tag
  • 4.0.9
  • ec214bc
  • Compare
    Choose a tag to compare
    Search for a tag

@techno-express techno-express released this Feb 2, 2020 · 19 commits to master since this release

fixBug: Conditional Stacked Functions in selecting
Assets 2
  • 4.0.8
  • 32d7834
  • Compare
    Choose a tag to compare
    Search for a tag
  • 4.0.8
  • 32d7834
  • Compare
    Choose a tag to compare
    Search for a tag

@techno-express techno-express released this Aug 31, 2019 · 51 commits to master since this release

continue fixBug: Error when trying to use $db->vardump()
Assets 2
  • 4.0.7
  • 7494b92
  • Compare
    Choose a tag to compare
    Search for a tag
  • 4.0.7
  • 7494b92
  • Compare
    Choose a tag to compare
    Search for a tag

@techno-express techno-express released this Aug 19, 2019 · 56 commits to master since this release

  • bug fix #163
  • added debugOn() and debugOff() methods for simpler way to turn On/Off echoing output for varDump()
Assets 2
  • 4.0.6
  • b5991bd
  • Compare
    Choose a tag to compare
    Search for a tag
  • 4.0.6
  • b5991bd
  • Compare
    Choose a tag to compare
    Search for a tag

@techno-express techno-express released this Aug 1, 2019 · 64 commits to master since this release

fixBug: Creating default object from empty value in pgsql
Assets 2

@techno-express techno-express released this Jun 8, 2019 · 66 commits to master since this release

in reference to #154

Assets 2

@techno-express techno-express released this Apr 22, 2019 · 71 commits to master since this release

  • improved query method
  • improved/bug fix query_prepared method
  • updated register_error to display errors directly, if show_error is on

Calling queryResult now correctly returns last result objects under all SQL driver vendors

Assets 2

@techno-express techno-express released this Apr 20, 2019 · 73 commits to master since this release

  • added general secureSetup and secureReset methods for secure SQL connections, still work in progress
  • removed string passing option from where clause shortcut method, accept array format only
  • bug fix #153
  • updated the docs
Assets 2

@techno-express techno-express released this Mar 31, 2019 · 120 commits to master since this release

This version 4 has many modern programming practices in which will break users of Version 3.

  • This version require PHP 7.0
  • Added Database class, responsible for class instances, it an combination of Factory Pattern and with an Dependency_injection container.
  • Added additional interfaces.
  • All methods properties public access has been removed. use get{property}, set{property} methods instead.
  • Class and File names changed.
  • Following PSR-2, PSR-4, PSR-11 conventions, and PSR-1 as a work in progress.
  • Updated documentation in reference to #142

See read-me for proper installation and usage.

Assets 2

@techno-express techno-express released this Mar 28, 2019 · 4 commits to v3 since this release

  • added create_cache method will be used if cache is on, and directory doesn't exits. set directory with setCache_Dir(path); default is 'tmp/ez_cache'
  • changed some ez_sql_core.php properties to protected and added general __call method for access: get{property}, set{property}.
  • various bug fixes, #150

Note: This is last release under the branch, will only receive bug fixes when reported. Next version master will carry is 4. https://github.com/ezSQL/ezSQL/tree/v4

Assets 2
You can’t perform that action at this time.