Hi, This might be an unneeded feature, but as sequel has a lot of cool ones, it might be that it is achievable with the current API.
I have a certain query which injects a condition based on the type of column. If the column is of a boolean type, then it adds something like: ...AND "column" IS NOT 'f'.... (postgres) if it is something else ... AND "column" IS NOT NULL .... Is there a method which adds the proper SQL operator based on the key/column? Or do I have to check the column type myselfd? -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
