1. 3018d18 Cleanup, and fix minor timezone issue in a test. by Julian Hyde · 10 years ago master
  2. dd1b946 Added support for date types (date, time, timestamp). by Martijn van den Broek · 10 years ago
  3. 0b7a008 Upgrade to optiq-0.8, optiq-avatica-0.8, linq4j-0.4. by Julian Hyde · 10 years ago
  4. 88224cc Add support for JSON files (recognized by '.json' suffix). by Julian Hyde · 10 years ago
  5. 97e1cc8 Upgrade maven-release-plugin to version 2.4.2. by julianhyde · 10 years ago
  6. 580b0a6 Upgrade to optiq-0.6, linq4j-0.2. by Julian Hyde · 10 years ago
  7. fdde2db Add NOTICE and LICENSE files in generated JAR file. by Julian Hyde · 10 years ago
  8. 0a24d2a [maven-release-plugin] prepare for next development iteration by Julian Hyde · 10 years ago
  9. 5f33103 [maven-release-plugin] prepare release optiq-csv-0.3 by Julian Hyde · 10 years ago optiq-csv-0.3
  10. bf71377 Update history. by Julian Hyde · 10 years ago
  11. bc00ca1 Upgrade to optiq-0.5. by Julian Hyde · 10 years ago
  12. 48da406 Use build-classpath on bash (including cygwin); native windows still uses copy-dependencies. by Julian Hyde · 10 years ago
  13. f1c415b Remove copy-dependencies from the regular build; on Windows, sqlline.bat invokes it explicitly on first run. by Julian Hyde · 10 years ago
  14. d19830c Build and tests now succeed on windows under both cygwin and native (cmd). by Julian Hyde · 10 years ago
  15. 657c54a Make sqlline.sh work better under cygwin. by Julian Hyde · 10 years ago
  16. 838bfcc Test that we can handle column names that contain spaces, start with digits, or are mixed case. (We can.) by julianhyde · 10 years ago
  17. d55f251 Echo off in sqlline.bat. by Julian Hyde · 10 years ago
  18. 6bc9e77 Move checkstyle config files. by Julian Hyde · 10 years ago
  19. 0e31299 Fix checkstyle and sqlline for cygwin/Windows. by Julian Hyde · 10 years ago
  20. a2b8450 Add .gitattributes. by Julian Hyde · 10 years ago
  21. 1157da0 Models can contain comments. by Julian Hyde · 10 years ago
  22. 94a6306 Fix https://github.com/julianhyde/optiq-csv/issues/2, "Update tutorial to reflect changes to Optiq's JDBC adapter". by Julian Hyde · 10 years ago
  23. 11bdbc8 [maven-release-plugin] prepare for next development iteration by Julian Hyde · 10 years ago hot
  24. 0d92431 [maven-release-plugin] prepare release optiq-csv-0.2 by Julian Hyde · 10 years ago optiq-csv-0.2
  25. e78e5ba Update history. by Julian Hyde · 10 years ago
  26. 8fe380d Add test case for https://github.com/julianhyde/optiq/issues/112. by Julian Hyde · 10 years ago
  27. 109b129 Add sqlline.bat, Windows SQL shell. (Based on fix for https://issues.apache.org/jira/browse/DRILL-338 .) by julianhyde · 10 years ago
  28. 2a1aa9b Upgrade to optiq-0.4.18, sqlline-1.1.7. by Julian Hyde · 10 years ago
  29. 38bfede Merge pull request #1 from gabrielreid/single-column-bug by Julian Hyde · 10 years ago
  30. 186732d Return a single object for single-col enumerator by Gabriel Reid · 10 years ago
  31. 9f752e8 Enable maven-checkstyle-plugin; fix checkstyle exceptions. by Julian Hyde · 10 years ago
  32. d1df126 [maven-release-plugin] prepare for next development iteration by Julian Hyde · 10 years ago
  33. 1df60eb [maven-release-plugin] prepare release optiq-csv-0.1 by Julian Hyde · 10 years ago optiq-csv-0.1
  34. 6b15822 Add release notes and history. by Julian Hyde · 10 years ago
  35. 77bdea4 Enable maven-release-plugin. by Julian Hyde · 10 years ago
  36. 6cb3587 Upgrade to optiq-0.4.17, linq4j-0.1.12, sqlline-1.1.6. by Julian Hyde · 10 years ago
  37. b7013e7 Copyright 2014. by Julian Hyde · 10 years ago
  38. 0f9a71c Use new methods for building trees of rule operands. by julianhyde · 10 years ago optiq-106
  39. 1ba31f6 Table factory now uses "smart" flag. by julianhyde · 10 years ago
  40. 587eaac Upgrade tutorial for new Schema and Table SPIs. by Julian Hyde · 10 years ago
  41. b97f74c Fixes for optiq SPI changes in https://github.com/julianhyde/optiq/issues/106. by julianhyde · 10 years ago
  42. 42ea67c Enable oraclejdk8 in Travis CI. by Julian Hyde · 10 years ago
  43. cfc51d5 Upgrade to optiq-0.4.16. Add a test case for Optiq issue https://github.com/julianhyde/optiq/issues/69. by Julian Hyde · 10 years ago
  44. 387bee8 Fix bug where non-existent directory would give NPE. Instead print warning. by julianhyde · 11 years ago
  45. 5b0e70c Upgrade to optiq-0.4.15. by Julian Hyde · 11 years ago
  46. 2a5626b Upgrade optiq. by Julian Hyde · 11 years ago
  47. fd44a48 Upgrade to optiq-core-0.4.12. by Julian Hyde · 11 years ago
  48. 0f31b3e Add config file for travis-ci. by Julian Hyde · 11 years ago
  49. 7dad083 Update tutorial for optiq API changes. by Julian Hyde · 11 years ago
  50. 0258d79 Upgrade to optiq-0.4.7, linq4j-0.1.8, junit-4.8, sqlline-1.1.4. by Julian Hyde · 11 years ago
  51. ec1bea5 Fix typo. by Julian Hyde · 11 years ago
  52. 08f1138 Fix code formatting. by Julian Hyde · 11 years ago
  53. bd54d92 Upgrade to optiq-0.4.1. by Julian Hyde · 11 years ago
  54. 121242a Upgrade to optiq-0.4.0. by Julian Hyde · 11 years ago
  55. 8dcb509 Add an example of a planner rule. by Julian Hyde · 11 years ago
  56. 93a86e3 Add CsvTableFactory, an example of a custom table. by Julian Hyde · 11 years ago
  57. e8b253b CsvSchema now extends MapSchema, rather than implementing Schema directly. This removes a lot of code, and allows the schema to contain explicit tables, including views. by Julian Hyde · 11 years ago
  58. b00f583 Add a view to tutorial. by Julian Hyde · 11 years ago
  59. de85bdc In readme, add a pointer to the tutorial. by Julian Hyde · 11 years ago
  60. 1b43835 Factor tutorial out of readme, and add sections on JDBC schema and clone schema adapters. by Julian Hyde · 11 years ago
  61. 7f47018 Add tutorial. by Julian Hyde · 11 years ago
  62. 82eb2a7 Update README.md by Julian Hyde · 11 years ago
  63. b3d0a82 Split into scenario with a "simple" schema that generates tables (CsvTable) that just execute and a "smart" schema that generates tables (CsvSmartTable) that undergo optimization. Upgrade to optiq-0.3.7. by Julian Hyde · 11 years ago
  64. 9d65856 Make CsvEnumerator a top-level class. by Julian Hyde · 11 years ago
  65. 8f8a2b3 Upgrade to optiq-0.3.6 and sqlline-1.1.0. by Julian Hyde · 11 years ago
  66. 8e3b819 Add this project's classes to generated classpath. by Julian Hyde · 11 years ago
  67. 75ce8d1 Implement the algorithms to sniff names and types from the first row, and to return an enumerator of all rows. by Julian Hyde · 11 years ago
  68. 909bb84 Read column types from header of CSV file. by Julian Hyde · 11 years ago
  69. bfed7d9 Initial revision. by Julian Hyde · 11 years ago
  70. 74b50b1 Initial commit by Julian Hyde · 11 years ago