aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps/db.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ridded of extranneous pkg directoryMatthew Lemon2020-12-061-267/+0
* improved error handlingMatthew Lemon2020-08-061-8/+8
* tests passing but only with the help of a hack to solve DD/MM/YYMatthew Lemon2020-08-061-0/+4
* debugging numberformat issuesMatthew Lemon2020-08-051-3/+8
* added numfmt field to return_data tableMatthew Lemon2020-08-051-2/+3
* added some comments re storing cell numfmt stringsMatthew Lemon2020-08-051-0/+1
* chasing golintMatthew Lemon2020-07-281-1/+1
* tidying and lintingMatthew Lemon2020-07-281-17/+17
* tidyingMatthew Lemon2020-07-281-8/+7
* added filename into return_data tableMatthew Lemon2020-07-281-2/+5
* I think I fixed the bug whereby multiple returns where createdMatthew Lemon2020-07-281-11/+25
* removed UNIQUE which didnt make sense after considerationMatthew Lemon2020-07-281-3/+2
* working on failing test where dm not work when sheets not sequential - added ...Matthew Lemon2020-07-281-1/+3
* UNIQUE constrait on return.name implementedMatthew Lemon2020-07-281-6/+7
* fixed bug where return.id was being left out of return_data row insertMatthew Lemon2020-07-281-2/+2
* better importing to database from populated sheetMatthew Lemon2020-07-281-1/+1
* fixing a bug in ExtractDBDatamap and still working on data import codeMatthew Lemon2020-07-271-3/+40
* partially through writing code for commiting extracted data to the databaseMatthew Lemon2020-07-271-1/+30
* Proof of concept code hard-coded here shows that we can get value fromMatthew Lemon2020-07-271-1/+20
* ready to write the code to import extraced XLSX data into database nowMatthew Lemon2020-07-271-1/+5
* a lot of working building the new import command in mainMatthew Lemon2020-07-271-0/+13
* type in schemaMatthew Lemon2020-07-271-3/+7
* improved defersMatthew Lemon2020-07-271-0/+16
* more encapsulationMatthew Lemon2020-07-261-2/+1
* lots of tidyMatthew Lemon2020-07-261-2/+2
* added re-typed []DatamapLineMatthew Lemon2020-07-261-1/+1
* spacingMatthew Lemon2020-07-261-0/+8
* removed hard-coded SQL statmentMatthew Lemon2020-07-261-2/+9
* linting and go vettingMatthew Lemon2020-07-231-11/+12
* working basics now with no flags package - thanks fzfMatthew Lemon2020-07-231-5/+7
* progress on parsing variables - can do again datamap import and setupMatthew Lemon2020-07-231-1/+1
* more major surgeryMatthew Lemon2020-07-221-0/+99