Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix boolean parsing on postgres #373

Merged
merged 2 commits into from Jun 9, 2016
Merged

Conversation

gi0baro
Copy link
Member

@gi0baro gi0baro commented Jun 8, 2016

As discussed on the group: https://groups.google.com/forum/#!topic/web2py-developers/m2MV5Y12lhM

This:

  • puts back the parsing of multiple boolean types in the base parser
  • adds a postgres3 adapter which uses the BOOLEAN type of PostgreSQL for boolean fields

I removed the tests for postgres2 adapter since is implicitly tested by postgres3 as it inherits from postgres2.

@codecov-io
Copy link

codecov-io commented Jun 8, 2016

Current coverage is 67.15%

Merging #373 into master will increase coverage by 0.01%

@@             master       #373   diff @@
==========================================
  Files            69         69          
  Lines          8796       8824    +28   
  Methods           0          0          
  Messages          0          0          
  Branches       1912       1917     +5   
==========================================
+ Hits           5906       5926    +20   
- Misses         2379       2387     +8   
  Partials        511        511          

Powered by Codecov. Last updated by 53bc616...1686bd2

@gi0baro gi0baro merged commit e1136b6 into web2py:master Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants