@jmoiron@jackzerby for sure, but "Our product is great for <intended audience>!" or "great at <details>" can be specific without pushing people away
@jmoiron@jackzerby "alienate people by saying your product is not for them"? just be honest with your marketing and let them decide!
794a78b4 to
modlfix benchmarks, modify test-all so it will append arguments to go test meaning that bench_all is no longer necessary, add benchmark results on my machine to benchmarks.md
6968ba41 to
modlremove CustomScanner, make versFieldConst a const instead of a var
@jmoiron@jordanorelli certainly as of april 17th 2013 it was :)
@jmoiron@jordanorelli LTU is full of this kind of stuff too (type system hubris). Then I remember http://t.co/je059Hfelx and laugh.
@jmoiron"If you find yourself writing callbacks in Go, you’re almost certainly doing it wrong." https://t.co/DKzpWSWFVD from @xaprb
9a01e842 to
modladd support for returning sql create table as a map of table names to create strings, use ColumnMap.sqltype in table creation
2cbbb9c1 to
gorpallow ColumnMaps to set an sqltype which is not used yet but will be used in sql creation
fae5be90 to
gorpremove panics when tables are not found, error channels are good enough for that case, move the remaining SqlExecutor interface for dbmap into mapper.go
7fc58dcd to
gorpremove used-once _rawexec test function
aea7f791 to
gorpremove a lot of old introspective stuff which is no longer necessary
c1032fb9 to
gorpuse sqlx.StructScan in rawquery, remove slice return for Select
8ccfe824 to
gorpfinish removal of hookArg and runHook in favor of using interfaces, which will end up not using select after the list/struct return support is removed
@jmoiron@brianpkennedy haha, does that make it more or less trustworthy? :)
74f43408 to
gorpupdating more readme to make it less hideous
85f775e3 to
gorpadd some test-all explanations to the readme
9ad13f8d to
gorpadd some notes about test-all usage
4f72cf84 to
gorpadd drone status and a note about the fork
0b31b8a2 to
gorpnew test-all script which uses ./environ file for normal testing but is based off some env variables so it fits in well with dronio CI
605458c8 to
gorpall tests passing, performance isn't that hot