index
:
datamaps-go.git
master
datamaps in Go.
y@yulqen.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
datamaps
/
db.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
improved error handling
Matthew Lemon
2020-08-06
1
-8
/
+8
*
tests passing but only with the help of a hack to solve DD/MM/YY
Matthew Lemon
2020-08-06
1
-0
/
+4
*
debugging numberformat issues
Matthew Lemon
2020-08-05
1
-3
/
+8
*
added numfmt field to return_data table
Matthew Lemon
2020-08-05
1
-2
/
+3
*
added some comments re storing cell numfmt strings
Matthew Lemon
2020-08-05
1
-0
/
+1
*
chasing golint
Matthew Lemon
2020-07-28
1
-1
/
+1
*
tidying and linting
Matthew Lemon
2020-07-28
1
-17
/
+17
*
tidying
Matthew Lemon
2020-07-28
1
-8
/
+7
*
added filename into return_data table
Matthew Lemon
2020-07-28
1
-2
/
+5
*
I think I fixed the bug whereby multiple returns where created
Matthew Lemon
2020-07-28
1
-11
/
+25
*
removed UNIQUE which didnt make sense after consideration
Matthew Lemon
2020-07-28
1
-3
/
+2
*
working on failing test where dm not work when sheets not sequential - added ...
Matthew Lemon
2020-07-28
1
-1
/
+3
*
UNIQUE constrait on return.name implemented
Matthew Lemon
2020-07-28
1
-6
/
+7
*
fixed bug where return.id was being left out of return_data row insert
Matthew Lemon
2020-07-28
1
-2
/
+2
*
better importing to database from populated sheet
Matthew Lemon
2020-07-28
1
-1
/
+1
*
fixing a bug in ExtractDBDatamap and still working on data import code
Matthew Lemon
2020-07-27
1
-3
/
+40
*
partially through writing code for commiting extracted data to the database
Matthew Lemon
2020-07-27
1
-1
/
+30
*
Proof of concept code hard-coded here shows that we can get value from
Matthew Lemon
2020-07-27
1
-1
/
+20
*
ready to write the code to import extraced XLSX data into database now
Matthew Lemon
2020-07-27
1
-1
/
+5
*
a lot of working building the new import command in main
Matthew Lemon
2020-07-27
1
-0
/
+13
*
type in schema
Matthew Lemon
2020-07-27
1
-3
/
+7
*
improved defers
Matthew Lemon
2020-07-27
1
-0
/
+16
*
more encapsulation
Matthew Lemon
2020-07-26
1
-2
/
+1
*
lots of tidy
Matthew Lemon
2020-07-26
1
-2
/
+2
*
added re-typed []DatamapLine
Matthew Lemon
2020-07-26
1
-1
/
+1
*
spacing
Matthew Lemon
2020-07-26
1
-0
/
+8
*
removed hard-coded SQL statment
Matthew Lemon
2020-07-26
1
-2
/
+9
*
linting and go vetting
Matthew Lemon
2020-07-23
1
-11
/
+12
*
working basics now with no flags package - thanks fzf
Matthew Lemon
2020-07-23
1
-5
/
+7
*
progress on parsing variables - can do again datamap import and setup
Matthew Lemon
2020-07-23
1
-1
/
+1
*
more major surgery
Matthew Lemon
2020-07-22
1
-0
/
+99