SQLProvider v0.0.11-alpha Release Notes

    • Type provider generates nicer table names, relationships and sprocs
    • โž• Added static parameter to control case senstivity when generating queries (PR #143)
    • ๐Ÿ›  Fixed relative paths for SQL lite
    • ๐Ÿ›  Fixed differences in path between mono and .net for sql lite
    • โž• Added ability to use a connection string referenced in app or web config
    • Stored procedures are now lazily generated
    • ๐Ÿ‘Œ Improved Postgre Type mappings (PR #127)
    • ๐Ÿ“š Documentation improvements (PR #137, PR #148, PR #150)
    • ๐Ÿ›  Fixes a regression that prevented UPPER on SqlServer (PR #149)
    • ๐Ÿ›  Fixes for the LINQ expression converter (PR #131)