1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/mssql
2023-01-13 17:02:32 +02:00
..
_cdef_nix.c.v vlib: add a vlib/mssql module (#10280) 2021-05-31 14:08:31 +03:00
_cdef_windows.c.v mssql: support windows (#10336) 2021-06-07 14:02:15 +03:00
_cdefs.c.v mssql: fix c function definition parameters (#11307) 2021-08-25 14:39:56 +03:00
config.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
mssql.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
README.md vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00
result.v vlib: add a vlib/mssql module (#10280) 2021-05-31 14:08:31 +03:00
stmt_handle.v db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
z_deprecated.v vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00

SQL Server ODBC

The mssql module has been moved to db.mssql. Update your code to do: import db.mssql instead.