Skip to content
Snippets Groups Projects

Topic/default/deprecation cleanup

Merged Florent Aide requested to merge topic/default/deprecationCleanup into branch/default
Files
13
@@ -11,6 +11,7 @@
type ArrayContains map[string]interface{}
//nolint:revive
func (ac ArrayContains) ToSql() (sql string, args []interface{}, err error) {
if len(ac) == 0 {
// Empty Sql{} evaluates to true.
Loading