elgris / sqrl

Fluent SQL generation for golang
MIT License
279 stars 38 forks source link

Allow Sqlizer instead of expr in UpdateBuilder values #2

Closed shaxbee closed 8 years ago

shaxbee commented 8 years ago

InsertBuilder allows Sqlizer to be used as value type, added same functionality to UpdateBuilder.

shaxbee commented 8 years ago

@elgris In TestNullTypeInt64 assertion was set against int not int64, therefore test was failing, can you check if I made a valid change there as well?

elgris commented 8 years ago

@shaxbee thanks, it looks great!