cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 23 forks source link

Adding the ability to use serial without primary key #106

Closed msmakouz closed 1 year ago

msmakouz commented 1 year ago

Related to the: https://github.com/cycle/database/issues/114

Note: Documentation needed

codecov[bot] commented 1 year ago

Codecov Report

Merging #106 (77db0d1) into 2.x (6ef38a4) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##                2.x     cycle/orm#106   +/-   ##
=========================================
  Coverage     94.48%   94.49%           
- Complexity     1646     1648    +2     
=========================================
  Files            96       96           
  Lines          4462     4470    +8     
=========================================
+ Hits           4216     4224    +8     
  Misses          246      246           
Impacted Files Coverage Δ
src/Driver/Postgres/Schema/PostgresColumn.php 92.92% <100.00%> (+0.07%) :arrow_up:
src/Driver/Postgres/Schema/PostgresTable.php 95.96% <100.00%> (+0.20%) :arrow_up:
src/Schema/State.php 98.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.