Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Mar 26, 2012

Hi,
I've done some changes to fit my needs:

  • Added connection charset on MySQL
  • Corrected some conection problems with PostgreSQL
  • Added port support for PostgreSQL
  • Added disconnect functions for MySQL and PostgreSQL

Maybe my changes might help others.

Best regards

Stefanie

sjstoelting added 3 commits March 26, 2012 14:30
@jv2222
Copy link
Contributor

jv2222 commented Mar 26, 2012

Thanks, I've folded those changes into the core release.

On 26 March 2012 12:08, Stefanie Janine Stlting <
reply@reply.github.com

wrote:

Hi,
I've done some changes to fit my needs:

  • Added connection charset on MySQL
  • Corrected some conection problems with PostgreSQL
  • Added port support for PostgreSQL
  • Added disconnect functions for MySQL and PostgreSQL

Maybe my changes might help others.

Best regards

Stefanie

You can merge this Pull Request by running:

git pull https://github.com/sjstoelting/ezSQL master

Or you can view, comment on it, or merge it online at:

#1

-- Commit Summary --

  • Added connection charset support for MySQL. The default charset is utf8.
  • Added disconnect to the ezMySQL class.
  • - Corrected the PostgreSQL connection

-- File Changes --

M mysql/ez_sql_mysql.php (27)
M postgresql/ez_sql_postgresql.php (43)

-- Patch Links --

https://github.com/jv2222/ezSQL/pull/1.patch
https://github.com/jv2222/ezSQL/pull/1.diff


Reply to this email directly or view it on GitHub:
#1

sjstoelting added 26 commits March 30, 2012 16:51
- 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
- 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
- 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
sjstoelting added 22 commits April 6, 2012 16:50
… by PHP database objects. The ezSQL_Recordset impements Iterator and methods that behave like fetch_assoc, fetch_row, fetch_object.
jv2222 pushed a commit that referenced this pull request Jan 27, 2013
Update repo from original project
@jv2222 jv2222 closed this Feb 9, 2014
TheTechsTech pushed a commit that referenced this pull request Aug 31, 2019
Merge pull request #166 from dpDesignz/master
TheTechsTech pushed a commit that referenced this pull request Oct 30, 2025
Fix reference to argument in closure for params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant