lp:~myodbc-developers/myodbc/ssps_result_metadata

Created by Jess Balint and last modified
Get this branch:
bzr branch lp:~myodbc-developers/myodbc/ssps_result_metadata
Members of MySQL Connector/ODBC Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
MySQL Connector/ODBC Developers
Project:
MySQL Connector/ODBC
Status:
Mature

Recent revisions

879. By lawrin <lawrin@dad>

(by jess)implement result set metadata using a server side prepared statement.
execution still uses direct statements.
change sql state 07001 to 07002.

878. By lawrin <lawrin@dad>

some minor changes in testcases(result and param suites). to fix or better see a cause of problems on selected platforms

877. By lawrin <lawrin@dad>

Fixed 1st test in my_desc suite in accordance to change in driver in previous commit - SQL_ATTR_PARAMS_PROCESSED_PTR is pointer to SQLULEN and not SQLUINTEGE

(it naturally crashed on 64bit platforms)
+ fixed couple of warnings and formatted few lines

876. By lawrin <lawrin@dad>

Little change to make output of 3281 testcase more indicative in case of error
+ removed most of warning in my_result

875. By lawrin <lawrin@dad>

Made rows_processed_ptr field of descriptor a pointer to SQLULEN, instead of SQLUINTEGER.
That conforms with odbc specs.

874. By lawrin <lawrin@dad>

added SQLFreeStmt(SQL_CLOSE) where unixODBC complained on wrong cursor state

removed some trashy commented code, uncommented some code that was forgotten to be uncommented
fixed warning by explicit casting of const sqlchar * to sqlchar *

873. By lawrin <lawrin@dad>

fixed typo in the error description + tentative fix of the testcase. need to see if it fixes errors on platforms

872. By lawrin <lawrin@dad>

Required copyright note change in the recently changed files

871. By lawrin <lawrin@dad>

"Bug #49726 SQL_ATTR_MAX_ROWS make some SELECT statement invalid" fix.
using sql_select_limit server variable

870. By lawrin <lawrin@dad>

Fix for Bug#43855 incl. testcase + ChangeLog entry

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.