-
Notifications
You must be signed in to change notification settings - Fork 200
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
Preferred server type connection factory #1064
base: master
Are you sure you want to change the base?
Preferred server type connection factory #1064
Commits on Jun 28, 2021
-
MS SQL Connection Options: same as JDBC
Fixes eclipse-vertx#963 In particular, ODBC_ON implies ANSI_DEFAULTS which activates the following ISO behaviors: - ANSI_NULLS - CURSOR_CLOSE_ON_COMMIT - ANSI_NULL_DFLT_ON - IMPLICIT_TRANSACTIONS - ANSI_PADDING - QUOTED_IDENTIFIER - ANSI_WARNINGS Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8749e4d - Browse repository at this point
Copy the full SHA 8749e4dView commit details -
MSSQL: Document identity column retrieval (eclipse-vertx#976)
Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 785f090 - Browse repository at this point
Copy the full SHA 785f090View commit details -
Add 'generated' folders to .gitignore
Signed-off-by: Davide D'Alto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6547ae - Browse repository at this point
Copy the full SHA f6547aeView commit details -
Signed-off-by: Davide D'Alto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14be7a3 - Browse repository at this point
Copy the full SHA 14be7a3View commit details -
[eclipse-vertx#887] Add testcase for select with fetch first
Signed-off-by: Davide D'Alto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e40cdb - Browse repository at this point
Copy the full SHA 4e40cdbView commit details -
Adding and handling QRYBLKFCT codepoint (0x215F)
Signed-off-by: Mark Swatosh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6072062 - Browse repository at this point
Copy the full SHA 6072062View commit details -
MSSQL: Fix datetime2 encoding (eclipse-vertx#982)
Fixes eclipse-vertx#977 LocalTime, LocalDateTime and OffsetDateTime have nanosecond precision. Also, the maximum scale in MSSQL is 7 (hundreds of nanos). So when encoding time-related values, we will always send a value with maximum scale. The server will do round/truncate as necessary. Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0037a2 - Browse repository at this point
Copy the full SHA f0037a2View commit details -
Disable DB2SecureTest which fails consistently
See eclipse-vertx#983 Temporarily disabling in order to let CI deploy snaphots of clients Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 452335c - Browse repository at this point
Copy the full SHA 452335cView commit details -
Update doc for external SQL Server test database
Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed5e15d - Browse repository at this point
Copy the full SHA ed5e15dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cdef9e - Browse repository at this point
Copy the full SHA 7cdef9eView commit details -
Implement batch queries for MSSQL Client (eclipse-vertx#985)
* Implement batch queries for MSSQL Client Closes eclipse-vertx#607 Signed-off-by: Thomas Segismont <[email protected]> * Tracing tests are now fully passing Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 043000a - Browse repository at this point
Copy the full SHA 043000aView commit details -
Simplify data type codec maintenance (eclipse-vertx#987)
Moving all encoding, decoding, and metadata parsing logic to the same class. Also, put common buffer modification methods to utility Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f04135e - Browse repository at this point
Copy the full SHA f04135eView commit details -
Run tests that were previously ignored
Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f82580 - Browse repository at this point
Copy the full SHA 5f82580View commit details -
Allow to configure database container with a fixed port (eclipse-vert…
…x#988) * Allow to configure SQL Server container with a fixed port This simplifies debugging with tools like wireshark. Signed-off-by: Thomas Segismont <[email protected]> * Allow to configure PostgreSQL Server container with a fixed port This simplifies debugging with tools like wireshark. Signed-off-by: Thomas Segismont <[email protected]> * Update documentation Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00701b5 - Browse repository at this point
Copy the full SHA 00701b5View commit details -
Converted TokenType enum to constants class
Removes overhead of looking up value while no specific behavior is attached to it. Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21cc18c - Browse repository at this point
Copy the full SHA 21cc18cView commit details -
Moved EnvChange to codec package
Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65efa00 - Browse repository at this point
Copy the full SHA 65efa00View commit details -
Converted MessageStatus enum to constants class
Removes overhead of looking up value while no specific behavior is attached to it. Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b75180 - Browse repository at this point
Copy the full SHA 0b75180View commit details -
Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f65113 - Browse repository at this point
Copy the full SHA 1f65113View commit details -
Converted MessageType enum to constants class
Removes overhead of looking up value while no specific behavior is attached to it. Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e5d3d3 - Browse repository at this point
Copy the full SHA 0e5d3d3View commit details -
Moved DoneToken to codec package
Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa01c25 - Browse repository at this point
Copy the full SHA fa01c25View commit details -
Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef41146 - Browse repository at this point
Copy the full SHA ef41146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3add8 - Browse repository at this point
Copy the full SHA 9b3add8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4502b19 - Browse repository at this point
Copy the full SHA 4502b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752441d - Browse repository at this point
Copy the full SHA 752441dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01eb6c3 - Browse repository at this point
Copy the full SHA 01eb6c3View commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 700a40e - Browse repository at this point
Copy the full SHA 700a40eView commit details
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6f91a36 - Browse repository at this point
Copy the full SHA 6f91a36View commit details -
Merge remote-tracking branch 'upstream/master' into Preferred-server-…
…type-connection-factory
Configuration menu - View commit details
-
Copy full SHA for 3b834a2 - Browse repository at this point
Copy the full SHA 3b834a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd8cfc - Browse repository at this point
Copy the full SHA bfd8cfcView commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 22ead9a - Browse repository at this point
Copy the full SHA 22ead9aView commit details