1. 22 Jan, 2019 1 commit
  2. 21 Jan, 2019 1 commit
  3. 18 Jan, 2019 1 commit
  4. 17 Jan, 2019 2 commits
    • Donald H. (Donnie) Pinkston, III's avatar
      Add "SHOW '...' STATS" command back into parser · 0ee9c83d
      Donald H. (Donnie) Pinkston, III authored
      Somehow when upgrading the NanoDB parser to ANTLR4, I forgot to include
      the SHOW STATS command.  This is essential for the storage lab, so of
      course I added it back in as quickly as possible.
      0ee9c83d
    • Donald H. (Donnie) Pinkston, III's avatar
      Improve support for NanoDB on Windows · efef4169
      Donald H. (Donnie) Pinkston, III authored
      Updated the nanodb script to properly handle being run under Git Bash.
      Needed to wrap the Java program with "winpty" when starting it from Git
      Bash.
      
      Also updated the Surefire configuration to not require all tests to pass
      before building a JAR file.  There are a few tests that aren't working
      on Windows due to file-locking differences from *NIX.
      efef4169
  5. 16 Jan, 2019 1 commit
    • Michael A. Goulet's avatar
      Explicitly set Locale.ENGLISH in DateTimeUtils · 8b85c48f
      Michael A. Goulet authored
      Some tests were failing on my box because I've got my locale set to
      Portuguese; this shouldn't be an issue, since the NanoDB tests are
      explicitly written in English. In order to fix Date parsing language-
      agnostically, I just explicitly set the locale to `Locale.ENGLISH`.
      8b85c48f
  6. 15 Jan, 2019 2 commits