Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix operator handling and date functions for EF #287

Merged
merged 6 commits into from Jul 20, 2014

Commits on Jul 18, 2014

  1. EF: Implement an operator table with precedences, instead of adding p…

    …arentheses in an ad-hoc way thas sometimes generates wrong SQL.
    Emill committed Jul 18, 2014
    Copy the full SHA
    e4735b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/npgsql/Npgsql into operat…

    …or-precedence-ef
    Emill committed Jul 18, 2014
    Copy the full SHA
    608092b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Implement the DateDiff functions. The old implementation wasn't even …

    …close to do the right thing. Also add some operator tests.
    Emill committed Jul 19, 2014
    Copy the full SHA
    1e4094e View commit details
    Browse the repository at this point in the history
  2. Add timetz mapping for EF in provider manifest.

    Fix precision extraction for interval type in NpgsqlSchema.ssdl.
    Add support for DateTimeOffset/timestamptz casting in EF.
    Add support for literal byte values (cast to int2) in EF.
    Change literal time values to interval values in EF.
    Add tests for operators, date functions and data types.
    Emill committed Jul 19, 2014
    Copy the full SHA
    49267ab View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2014

  1. Merge branch 'master' of https://github.com/npgsql/Npgsql into operat…

    …or-precedence-ef
    Emill committed Jul 20, 2014
    Copy the full SHA
    3bbc3ec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a069e90 View commit details
    Browse the repository at this point in the history