| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ter`" This reverts commit 3074028.
…esult in which to build more additional select statements for `where` clause
…returning results from select queries
…24, 325 and 352, the issue #61 can be solved, passing all new method shortcut tests
|
Merged in branch v3 https://github.com/ezSQL/ezSQL/tree/v3 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This Repo is due for an major update to handle current trends, mainly an way to test the code base and handle improvements. I think the demos need it's own folder and simpler way to load the project up.
I see #3 was closed, not merged. Most of what i have done is improve to bring current. It seem the issue #128 and #106 would have never been raised.
I use mySQLi mostly, but have setup travis-ci to handle the other databases. I found postgres tests have issues returning results from an basic sql select statement.
The issue #61 is the userid not be insert able and might be setup as primary key. I got the same error on testing and just made id serial and did no inserts using it.
My additional core methods shortcut seem to have been already requested #71 and the idea came from WordPress too, different code though.