> On Jan 7, 2019, at 4:47 AM, Greg Navis <cont...@gregnavis.com> wrote:
> 
> Walter, out of curiosity, why different databases? Is this due to licensing 
> reasons? I once led a project where we used SQLite in development and MySQL 
> in production and we were struck by SQLites dynamic typing (i.e. column types 
> aren't enforced). Is this a problem you need to handle too?

Our difference is because our CI system runs as an unprivileged user, and our 
security framework in Oracle (using virtual private databases) requires a real 
user to work. We have run across some cases where types are not respected, but 
mostly when using Oracle views as the source of data rather than when using 
SQLite. We work around these with the attribute framework in Rails 5.1+, and we 
used to use a helper method in our models before that.

Walter

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/4ECD8DFF-B498-473F-8843-B96BC2B2D930%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to