clair/database
Quentin Machu 32747a5f25 database: Don't ignore empty results in toValue(s)()
There is apparently no reason to ignore empty results - it was probably the case in the past (`null` value).

["", "v"] should be considered invalid by toValue() because it represents two values.
["", "v"] should be returned as it by toValues(), not trimming "".

Tests passes, it will hopefully not cause any issue in prod.
2015-12-15 15:20:38 -05:00
..
database_test.go database: Don't ignore empty results in toValue(s)() 2015-12-15 15:20:38 -05:00
database.go database: Don't ignore empty results in toValue(s)() 2015-12-15 15:20:38 -05:00
flag_test.go main: Use configuration file instead of flags and simplify app extension. 2015-12-08 11:50:52 -05:00
flag.go database: Update cayley and use Triple instead of Quad 2015-12-06 20:15:40 -05:00
layer_test.go main: Use configuration file instead of flags and simplify app extension. 2015-12-08 11:50:52 -05:00
layer.go database: Update cayley and use Triple instead of Quad 2015-12-06 20:15:40 -05:00
lock_test.go main: Use configuration file instead of flags and simplify app extension. 2015-12-08 11:50:52 -05:00
lock.go database: Update cayley and use Triple instead of Quad 2015-12-06 20:15:40 -05:00
notification_test.go main: Use configuration file instead of flags and simplify app extension. 2015-12-08 11:50:52 -05:00
notification.go database: Update cayley and use Triple instead of Quad 2015-12-06 20:15:40 -05:00
os_mapping.go Initial commit 2015-11-13 14:11:28 -05:00
package_test.go main: Use configuration file instead of flags and simplify app extension. 2015-12-08 11:50:52 -05:00
package.go database: Update cayley and use Triple instead of Quad 2015-12-06 20:15:40 -05:00
requests.go Initial commit 2015-11-13 14:11:28 -05:00
vulnerability_test.go main: Use configuration file instead of flags and simplify app extension. 2015-12-08 11:50:52 -05:00
vulnerability.go database: Update cayley and use Triple instead of Quad 2015-12-06 20:15:40 -05:00