8000 Tags · sqlpage/sqlx-oldapi · GitHub
[go: up one dir, main page]

Skip to content

Tags: sqlpage/sqlx-oldapi

Tags

v0.6.51

Toggle v0.6.51's commit message
 - support for extracting underlying db-specific type from AnyValueRef

v0.6.50

Toggle v0.6.50's commit message
sql named instance support

 - Added support for SQL Server named instances with automatic port discovery via SSRP (SQL Server Resolution Protocol). You can now connect using `mssql://user:pass@host/db?instance=SQLEXPRESS` and the port will be automatically discovered.
 - odbc: no warning when statement row count is unavailable

v0.6.49

Toggle v0.6.49's commit message
stable odbc support

0.6.49-beta.6

Toggle 0.6.49-beta.6's commit message
datetime_fixes

0.6.49-beta.5

Toggle 0.6.49-beta.5's commit message
fix binary extraction

v0.6.49-beta.4

Toggle v0.6.49-beta.4's commit message
better batching

v0.6.49-beta.3

Toggle v0.6.49-beta.3's commit message
fix windows compilation

v0.6.49-beta.2

Toggle v0.6.49-beta.2's commit message
dbms_name on Connection trait

v0.6.49-beta

Toggle v0.6.49-beta's commit message
Add support for ODBC

v0.6.48

Toggle v0.6.48's commit message
Added support for reading and writing `uuid` data (using the `uuid` f…

…eature) in MsSql and Any.
0