1. 29 Jan, 2019 1 commit
  2. 24 Jan, 2019 1 commit
    • Donald H. (Donnie) Pinkston, III's avatar
      Add shell-commands to interactive client · ceec8c9f
      Donald H. (Donnie) Pinkston, III authored
      NanoDB client now supports shell commands of the form \cmd, which are
      handled within the InteractiveClient, not by the server.  There are two
      commands:
      
      \help prints out useful help information
      
      \source filename.sql will run all commands contained in the file
      filename.sql
      
      There are surely interesting wrinkles to iron out.  For example, if the
      sourced file contains an "EXIT" command then it will exit the client.
      Also, an error should probably terminate the evaluation of a sourced
      file, but currently it does not.
      ceec8c9f
  3. 22 Jan, 2019 1 commit
  4. 18 Jan, 2019 1 commit
  5. 17 Jan, 2019 1 commit
  6. 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
  7. 15 Jan, 2019 2 commits