Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
Y
yii2
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PSDI Army
  • yii2
  • Repository

Switch branch/tag
  • yii2
  • tests
  • unit
  • framework
  • db
  • pgsql
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • Carsten Brandt's avatar
    fixed boolean handling for PostgreSQL · 78b5c7db
    Carsten Brandt authored 10 years ago
    - do not allow boolean values for integer columns
    - use native boolean type with boolean values
    - removed workaround that turned out to be wrong when schema and values
      are used correctly. Workaround resulted from wrong usage of boolean
      values before.
    
    fixes #4672
    78b5c7db
Name
Last commit
Last update
..
PostgreSQLActiveDataProviderTest.php Reformat code te be PSR-2 compatible 11 years ago
PostgreSQLActiveRecordTest.php fixed boolean handling for PostgreSQL 10 years ago
PostgreSQLCommandTest.php fix issue with postgreSQL and batch inserting boolean values 11 years ago
PostgreSQLConnectionTest.php added unit tests for schema detection 11 years ago
PostgreSQLQueryBuilderTest.php added test case to acually create cols with virtual type 11 years ago
PostgreSQLQueryTest.php ensure postgres boolean values are handled correctly 11 years ago
PostgreSQLSchemaTest.php fixed boolean handling for PostgreSQL 10 years ago