Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

First draft of a dynamic select clause feature in diesel-dynamic-schema #10

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    03f3c69 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Update to lastest pr version

    weiznich committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    3bcd2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b7c15 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    6597eb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Support dynamic select clauses for all supported diesel backends

    Also add tests case for each backend
    weiznich committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    cf69bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    025a191 View commit details
    Browse the repository at this point in the history
  3. Fix buggy integer oid

    weiznich committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    f1b7a38 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    9279d24 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    79d3a12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Razican/clone_field

    Implemented Clone for `NamedField`s
    weiznich committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    d38b6ba View commit details
    Browse the repository at this point in the history
  3. Implement FromIterator for DynamicRow<I> to allow third party

    backends construct that type
    weiznich committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    6603e42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3021b3e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Add support for QueryableByName for DynamicRow

    That change allows `DynamicRow` to be used with `sql_query`
    weiznich committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    fafc979 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    b52abc4 View commit details
    Browse the repository at this point in the history
  2. Added getter for schema

    Razican committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    fdd0e32 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    659a5ec View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Merge pull request #3 from Razican/feature/getters

    Added getters to columns and tables
    weiznich committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    13c8945 View commit details
    Browse the repository at this point in the history