Rezoom.SQL icon indicating copy to clipboard operation
Rezoom.SQL copied to clipboard

Statically typechecks a common SQL dialect and translates it to various RDBMS backends

Results 30 Rezoom.SQL issues
Sort by recently updated
recently updated
newest added

@rspeele First of all, welcome to fsprojects! I've restored your admin access to the repo. Can you please: - [ ] Add `Maintainers` section in the README.md like [this one](https://github.com/fsprojects/FSharp.Compatibility#maintainers)....

When I open a project in Visual Studio running with the .NET Standard branch of Rezoom.SQL I get the following error: ![The type provider 'Rezoom.SQL.Provider.Provider' reported an error: The type...

Per #1 it would be nice to be able to target MySQL as a backend. A PR for this would be welcome. #1 outlines how it would be done. Alternatively...

enhancement
help wanted

Hi, @JordanMarr has created dacpac-support to SQLProvider. The parsing code has been separated to different files so that you can reference them directly, if you'd like to also build a...

Hi there, Any plan to support .net core 2 Thanks

help wanted

This may not be what you're talking about [in the docs](https://rspeele.gitbooks.io/rezoom-sql/content/doc/Language/MissingFeatures.html), but I would like to be able to use type converters, especially for managing things like IDs, which I...

@rspeele would you mind giving a look at https://github.com/smoothdeveloper/Rezoom.SQL/pull/1 I've implemented basic stuff to get `create schema` and `drop schema` parsing and translation. I'm wondering if there is support in...

note that ```fsharp [] let ``test raw sql parameter`` () = let results = RawSQLQuery.Command(whereClause = [| sql "1="; arg 1 |]) |> runOnTestData for result in results do printfn...

I've left the samples as is (and runned them after my changes) so it doesn't impact end user documentation / tutorials, it looks to work fine AFAICS and will help...

Being able to support spatial queries and types would be AWESOME!