Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fsprojects/Rezoom.SQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: advanced-batching
Choose a base ref
...
head repository: fsprojects/Rezoom.SQL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 12 files changed
  • 5 contributors

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    040b0f6 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.7.1.

    rspeele committed May 8, 2018
    Configuration menu
    Copy the full SHA
    24f5c5a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    0e32cd9 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.7.2.

    rspeele committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    0dea2b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    80394c2 View commit details
    Browse the repository at this point in the history
  2. 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'.
    smoothdeveloper committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    8520913 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. * 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.
    smoothdeveloper committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    6926def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e2e18a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    814ccc7 View commit details
    Browse the repository at this point in the history
  4. Update ModelOps.fs

    misindent
    smoothdeveloper authored Apr 2, 2019
    Configuration menu
    Copy the full SHA
    4338b02 View commit details
    Browse the repository at this point in the history
  5. Update ModelOps.fs

    misindent2
    smoothdeveloper authored Apr 2, 2019
    Configuration menu
    Copy the full SHA
    16dd792 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Merge pull request #47 from smoothdeveloper/better-error-message-tabl…

    …e-name-qualified-with-schema
    
    better exception message when sql contains qualified table name
    rspeele authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    604e586 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Merge pull request #45 from smoothdeveloper/rezoom-sql-test-path-fix

    make test work even if the output directory for test assembly moves around
    rkosafo authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    5328b1c View commit details
    Browse the repository at this point in the history
Loading