-
Notifications
You must be signed in to change notification settings - Fork 286
Changes for PostgreSQL and MySQL #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Added port support for the PostgreSQL connection - Added disconnect for the PostgreSQL connection
|
Thanks, I've folded those changes into the core release. On 26 March 2012 12:08, Stefanie Janine Stlting <
|
- Cleared parameter formats from mixed commaspace / comma to comma space. - Added PHPDoc documentation tags and extended the documentation
- Cleared parameter formats from mixed commaspace / comma to comma space. - Added PHPDoc documentation tags and extended the documentation - Changed the escape method to get a real escape for MS SQL Server
- Changed formatting to fit standards - Methods with public
- Methods with public
- Cleared parameter formats from mixed commaspace / comma to comma space. - Added PHPDoc documentation tags and extended the documentation - Changed formatting to fit standards - Methods with public
…why, but that's life sometimes
- Cleared parameter formats from mixed commaspace / comma to comma space. - Added PHPDoc documentation tags and extended the documentation - Changed formatting to fit standards - Methods with public
…the parent constructor
…e accordingly unit test.
… by PHP database objects. The ezSQL_Recordset impements Iterator and methods that behave like fetch_assoc, fetch_row, fetch_object.
… of array access to rows.
Update repo from original project
Merge pull request #166 from dpDesignz/master
Fix reference to argument in closure for params
Hi,
I've done some changes to fit my needs:
Maybe my changes might help others.
Best regards
Stefanie