Ryan Leckey
|
8d188c5f1a
|
feat: expose column information on Row
- add database-specific Column types: MySqlColumn, PgColumn, etc.
- add Row::columns() -> &[DB::Column]
- add Row::column(I) and Row::try_column(I)
|
2020-07-05 03:48:36 -07:00 |
|
Ryan Leckey
|
e4005bb53d
|
fix(mssql): handle errors without breaking the stream
|
2020-06-27 20:46:25 -07:00 |
|
Ryan Leckey
|
f2885f84a7
|
fix(mssql): handle NULL values
|
2020-06-07 16:30:07 -07:00 |
|
Ryan Leckey
|
a0ccc135aa
|
style(mssql): rename MsSql to Mssql as MSSQL is not written MsSQL
|
2020-06-07 05:39:12 -07:00 |
|
Ryan Leckey
|
559169cc79
|
refactor(mssql): clean up unused imports and other warnings
|
2020-06-07 02:00:13 -07:00 |
|
Ryan Leckey
|
434bfaa76a
|
feat(mssql): handle stream flushing
|
2020-06-07 02:00:13 -07:00 |
|
Ryan Leckey
|
c64122c03f
|
feat(mssql): implement parameterized queries
|
2020-06-07 02:00:13 -07:00 |
|
Ryan Leckey
|
9a701313bc
|
feat(mssql): implement enough to get simple queries working
Co-authored-by: Daniel Akhterov <akhterovd@gmail.com>
|
2020-06-07 02:00:12 -07:00 |
|