Aaron Masino

Results 10 issues of 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...

question

SQLite backend does not allow multiple commits. Not sure why.

bug

The DSL Class src/main/scala/edu/chop/cbmi/dataExpress/dsl/statements/Insert.scala should have a "rows" method that takes in iterable[DataRow]

enhancement

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...

enhancement

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?

enhancement

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

enhancement

SQLite does some funny stuff with dates. The SqliteBackend does not currently handle this properly.

bug

Create an excel DataWriter

enhancement

Add DataTable support for Excel files (well Apache POI supported spreadsheet files really)

enhancement