0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Error - (#44) There is no need to free query in cached plan. More... about 9 years ago
Error - (#44) Don't push WHERE clause in case of PARAM value. More... about 9 years ago
Error - (#45) Added a check, that first column of MySQL table must have a unique constraint. More... about 9 years ago
Merge branch 'blazek-init-command' More... about 9 years ago
Merge branch 'init-command' of https://github.com/blazek/mysql_fdw into blazek-init-command More... about 9 years ago
Merge pull request #46 from blazek/pattern-matching More... about 9 years ago
Error - (#39) Enable / Disable secure authentication by using MYSQL option flag MYSQL_SECURE_AUTH. By default secure authentication is true. More... about 9 years ago
Added init_command server option (used as MYSQL_INIT_COMMAND) More... about 9 years ago
Pattern matching improved More... about 9 years ago
README update More... about 9 years ago
Version Update More... about 9 years ago
Error - (#34) - Quote all the identifiers in the query string being sent to mysql. More... over 9 years ago
Error - (#35): Fix Mac OS Build. More... over 9 years ago
Merge pull request #33 from nyov/master More... over 9 years ago
Some README formatting, updating repository links More... over 9 years ago
Error - (29) "SET sql_mode='ANSI_QUOTES'" for the quoted identifiers More... over 9 years ago
Drop connection if mysql library function return CR_OUT_OF_MEMORY, CR_SERVER_GONE_ERROR or CR_SERVER_LOST More... over 9 years ago
Error - (20) Introduce two new GUC wait_timeout and interactive_timeout to manipulate MySQL's wait_timeout and interactive_timeout More... over 9 years ago
Error - (27) Increase the size of bind buffer according to the document. http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html More... over 9 years ago
Error (22): Timestamp handling function was not tackling Timezone properly More... over 9 years ago
MySQL does not recognize the "ANY" clause with array Used "IN" clause in WHERE condition instead of ANY. More... over 9 years ago
Error - (19): Test cases added More... over 9 years ago
Error - (17): Use userid and serverid instead of port and IP address for connection pooling More... over 9 years ago
Error - (15): MySQL bit and bit(n) data type handling. More... over 9 years ago
Licence header change More... over 9 years ago
README file changes More... over 9 years ago
README Changes More... over 9 years ago
README changes More... over 9 years ago
README file changes More... over 9 years ago
This patch provides the write capability. The user can now issue insert / update and delete statements for the foreign tables using the mysql FDW. More... over 9 years ago