Skip to content

Tags: sqlpage/sqlx-oldapi

Tags

Verified

This tag was signed with the committer’s verified signature.
lovasoa Ophir LOJKINE

v0.6.52

Toggle v0.6.52's commit message
deps

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