• Rick Bundren's avatar
    Support for reserved words as columns · 7fd9b973
    Rick Bundren authored
    Insert failed when a word such as order was used as a column name.
    Added [] around the column name.
    
    Also modified the test for InsertGetUpdate().  The first Get is now a
    User instead of IUser.  There is some bug where using the interface
    twice first on a null result and then on the real result causes the
    reader to not be open when trying to map the type.
    7fd9b973
Program.cs 1.89 KB