steffengy / tiberius

TDS 7.4 (mssql / Microsoft SQL Server) async driver for rust. Fork at: https://github.com/prisma/tiberius
Apache License 2.0
151 stars 2 forks source link

General TODO List #2

Open steffengy opened 8 years ago

steffengy commented 8 years ago

Just sharing the last state of my todo list here, in case somebody wants to play around with something:

If something of this list is especially important for you, let me know in the respective issue (if there isn't one, feel free to create one)

list in prioritized order (top item = most important):

introspection3 commented 6 years ago

good job

SonicZentropy commented 5 years ago

Not sure if you're still working on these or not, but the missing type impls (Specifically BigChar) are forcing me to use the raw odbc crate instead. If you can drop me a hint or two as to what all needs to be done to get the support working, I can surely try it myself

steffengy commented 5 years ago

Generally:

All in https://github.com/steffengy/tiberius/blob/master/tiberius/src/types/mod.rs

klmallory commented 4 years ago

I don't see any reference to Table valued parameters. Is this on the todo list at some point? It is supported in TDS 7.3 and above:

https://docs.microsoft.com/en-us/sql/relational-databases/native-client-odbc-how-to/use-table-valued-parameters-odbc?view=sql-server-ver15

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/c264db71-c1ec-4fe8-b5ef-19d54b1e6566

Great job, by the way. Making leaps and bounds with micro-service architecture Rust because of this library.

steffengy commented 4 years ago

@klmallory You're the first asking so far :) Feel free to open an extra issue for it mentioning some usecases/why its important for you. Personally I'm currently busy with slowly making progress with porting to async/await, so maybe next year sometime.