-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: fsprojects/Rezoom.SQL
base: advanced-batching
head repository: fsprojects/Rezoom.SQL
compare: master
- 13 commits
- 12 files changed
- 5 contributors
Commits on May 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 040b0f6 - Browse repository at this point
Copy the full SHA 040b0f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f5c5a - Browse repository at this point
Copy the full SHA 24f5c5aView commit details
Commits on Jul 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0e32cd9 - Browse repository at this point
Copy the full SHA 0e32cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dea2b3 - Browse repository at this point
Copy the full SHA 0dea2b3View commit details
Commits on Mar 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 80394c2 - Browse repository at this point
Copy the full SHA 80394c2View commit details -
better exception message when sql contains qualified table name
```fsharp type Q = SQL<"select * from a.b"> ``` before: > key not found after: > Schema 'a' doesn't exist. Existing schemas: 'Main', 'Temp'.
Configuration menu - View commit details
-
Copy full SHA for 8520913 - Browse repository at this point
Copy the full SHA 8520913View commit details
Commits on Apr 2, 2019
-
* add a parameter to Error.noSuchSchema to which we pass existing sch…
…emas * call to Error.noSuchSchema in InferredSelectScope.ResolveObjectReference to construct error message note: there is a couple of places where I had to call `let! model = State.get`, I tried to put it closer to the place needed but it wouldn't work in the `stateful` CE, I'm not sure if it is a big deal.
Configuration menu - View commit details
-
Copy full SHA for 6926def - Browse repository at this point
Copy the full SHA 6926defView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2e18a - Browse repository at this point
Copy the full SHA 5e2e18aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 814ccc7 - Browse repository at this point
Copy the full SHA 814ccc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4338b02 - Browse repository at this point
Copy the full SHA 4338b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16dd792 - Browse repository at this point
Copy the full SHA 16dd792View commit details
Commits on Apr 3, 2019
-
Merge pull request #47 from smoothdeveloper/better-error-message-tabl…
…e-name-qualified-with-schema better exception message when sql contains qualified table name
Configuration menu - View commit details
-
Copy full SHA for 604e586 - Browse repository at this point
Copy the full SHA 604e586View commit details
Commits on Jul 13, 2020
-
Merge pull request #45 from smoothdeveloper/rezoom-sql-test-path-fix
make test work even if the output directory for test assembly moves around
Configuration menu - View commit details
-
Copy full SHA for 5328b1c - Browse repository at this point
Copy the full SHA 5328b1cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff advanced-batching...master