sqlx/tests/mssql
Ryan Leckey 00137d4a04 feat: add sqlx::Done and return from Executor::execute()
+ Done::rows_affected()

 + Done::last_insert_id()
2020-07-14 04:31:25 -07:00
..
configure-db.sh feat(mssql): fix a few bugs and implement Connection::describe 2020-06-07 02:00:31 -07:00
describe.rs feat: expose column information on Row 2020-07-05 03:48:36 -07:00
Dockerfile feat(mssql): fix a few bugs and implement Connection::describe 2020-06-07 02:00:31 -07:00
entrypoint.sh feat(mssql): fix a few bugs and implement Connection::describe 2020-06-07 02:00:31 -07:00
macros.rs feat: add boolean support to sqlx-macros/mssql 2020-06-16 13:40:53 -07:00
mssql.rs feat: add sqlx::Done and return from Executor::execute() 2020-07-14 04:31:25 -07:00
setup.sql feat(mssql): fix a few bugs and implement Connection::describe 2020-06-07 02:00:31 -07:00
types.rs feat: implement BIT support in MSSQL 2020-06-15 22:49:33 -07:00