Aaron Masino
Aaron Masino
SqlBackend the createTable method blindly drops the table if it already exists. Is this what we want? It could instead throw an exception or the method could return some kind...
SQLite backend does not allow multiple commits. Not sure why.
The DSL Class src/main/scala/edu/chop/cbmi/dataExpress/dsl/statements/Insert.scala should have a "rows" method that takes in iterable[DataRow]
There should be a ColumnNameGenerator that accepts a range as input and generates column names by index. This would be useful for copying from a file without a header row...
Create a parent sbt project with the following subprojects: 1. DateExpress main 2. Oracle Backend 3. SqlServer Backend
Magic Marshaller for delimited value files should handle 1. Additional date formats 2. date time format 3. Other?
DSL statements must support Excel. As of 45/4/2012 this means creating an Excel Store type and updating From.scala, To.scala in the DSL package
SQLite does some funny stuff with dates. The SqliteBackend does not currently handle this properly.
Add DataTable support for Excel files (well Apache POI supported spreadsheet files really)