-
Notifications
You must be signed in to change notification settings - Fork 28
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
Redesign Prepared (Fixes #95, #97) #157
Commits on Jan 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cfd18e8 - Browse repository at this point
Copy the full SHA cfd18e8View commit details
Commits on Feb 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ba856de - Browse repository at this point
Copy the full SHA ba856deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a69d93 - Browse repository at this point
Copy the full SHA 0a69d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2069a - Browse repository at this point
Copy the full SHA ea2069aView commit details -
Move Prepared's exec/query implementations into command module's exec…
…/query overloads.
Configuration menu - View commit details
-
Copy full SHA for 9b1b4f8 - Browse repository at this point
Copy the full SHA 9b1b4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fcdbba - Browse repository at this point
Copy the full SHA 0fcdbbaView commit details -
Move Prepared registration code out of ctor and into register/immedia…
…teRegister functions.
Configuration menu - View commit details
-
Copy full SHA for 2e809e2 - Browse repository at this point
Copy the full SHA 2e809e2View commit details -
Per-connection prepared stmt info is stored in Connection, not Prepar…
…ed, and indexed by sql string.
Configuration menu - View commit details
-
Copy full SHA for 3f9838c - Browse repository at this point
Copy the full SHA 3f9838cView commit details -
Changed Connection's statement release queue to also support register…
…ing, and to operate on sql strings, not ids.
Configuration menu - View commit details
-
Copy full SHA for fc51978 - Browse repository at this point
Copy the full SHA fc51978View commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 632e5ab - Browse repository at this point
Copy the full SHA 632e5abView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc9bee - Browse repository at this point
Copy the full SHA dbc9beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2887eb - Browse repository at this point
Copy the full SHA f2887ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef8c95 - Browse repository at this point
Copy the full SHA 3ef8c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ea4b6 - Browse repository at this point
Copy the full SHA 60ea4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ccbcc - Browse repository at this point
Copy the full SHA b4ccbccView commit details
Commits on Feb 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for db507df - Browse repository at this point
Copy the full SHA db507dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d995850 - Browse repository at this point
Copy the full SHA d995850View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a74f1 - Browse repository at this point
Copy the full SHA d3a74f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 184be43 - Browse repository at this point
Copy the full SHA 184be43View commit details -
Configuration menu - View commit details
-
Copy full SHA for e324428 - Browse repository at this point
Copy the full SHA e324428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba1794 - Browse repository at this point
Copy the full SHA 6ba1794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c70e03 - Browse repository at this point
Copy the full SHA 4c70e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4085748 - Browse repository at this point
Copy the full SHA 4085748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0b487 - Browse repository at this point
Copy the full SHA 0e0b487View commit details -
Configuration menu - View commit details
-
Copy full SHA for d544fbe - Browse repository at this point
Copy the full SHA d544fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83449a4 - Browse repository at this point
Copy the full SHA 83449a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 332be31 - Browse repository at this point
Copy the full SHA 332be31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c52faa - Browse repository at this point
Copy the full SHA 7c52faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d52d4ae - Browse repository at this point
Copy the full SHA d52d4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a81fd1d - Browse repository at this point
Copy the full SHA a81fd1dView commit details -
Eliminate mysql.prepared's dependency on mysql.connection (except whe…
…n compiling unittests).
Configuration menu - View commit details
-
Copy full SHA for 6e2073e - Browse repository at this point
Copy the full SHA 6e2073eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50fb240 - Browse repository at this point
Copy the full SHA 50fb240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a227b - Browse repository at this point
Copy the full SHA 43a227bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a02f90c - Browse repository at this point
Copy the full SHA a02f90cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 597717f - Browse repository at this point
Copy the full SHA 597717fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 176847b - Browse repository at this point
Copy the full SHA 176847bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b155e89 - Browse repository at this point
Copy the full SHA b155e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for a23ae73 - Browse repository at this point
Copy the full SHA a23ae73View commit details
Commits on Feb 4, 2018
-
Accidentally messed up the regression test for mysql-d#154 earlier, b…
…y failing to update parts of it.
Configuration menu - View commit details
-
Copy full SHA for cef0676 - Browse repository at this point
Copy the full SHA cef0676View commit details -
Add a (currently disabled) test for Prepared's ability to safely be r…
…efcounted during GC cycle.
Configuration menu - View commit details
-
Copy full SHA for bf0ede8 - Browse repository at this point
Copy the full SHA bf0ede8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c1683 - Browse repository at this point
Copy the full SHA d9c1683View commit details -
No longer using statementId==0 as a way to indicate an unregistered p…
…repared statement.
Configuration menu - View commit details
-
Copy full SHA for 3dfda0a - Browse repository at this point
Copy the full SHA 3dfda0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6744524 - Browse repository at this point
Copy the full SHA 6744524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ac444 - Browse repository at this point
Copy the full SHA 52ac444View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3462c - Browse repository at this point
Copy the full SHA ec3462cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa49a1 - Browse repository at this point
Copy the full SHA 1aa49a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c608fb - Browse repository at this point
Copy the full SHA 3c608fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2f79a - Browse repository at this point
Copy the full SHA ea2f79aView commit details