1. 08 5月, 2013 1 次提交
  2. 07 5月, 2013 1 次提交
    • P
      Handle other pk types in PostgreSQL gracefully. · 0e00c6b2
      Patrick Robertson 提交于
      In #10410 it was noted that you can no longer create PK's with the
      type of bigserial in PostgreSQL in 4.0.0.rc1. This is mostly
      because the newer adapter is checking for column type with the
      id column instead of just letting it pass through like it did
      before.
      
      Side effects:
      You may just create a PK column of a type that you really don't
      want to be your PK. As far as I can tell this was allowed in 3.2.X
      and perhaps an exception should be raised if you try and do
      something extremely dumb.
      0e00c6b2
  3. 05 5月, 2013 1 次提交
  4. 03 5月, 2013 1 次提交
  5. 02 5月, 2013 2 次提交
  6. 05 4月, 2013 1 次提交
  7. 26 3月, 2013 3 次提交
  8. 23 3月, 2013 5 次提交
  9. 21 3月, 2013 1 次提交
  10. 16 3月, 2013 1 次提交
  11. 15 3月, 2013 3 次提交
  12. 13 3月, 2013 1 次提交
  13. 09 3月, 2013 1 次提交
  14. 08 3月, 2013 1 次提交
  15. 01 3月, 2013 1 次提交
  16. 28 2月, 2013 1 次提交
  17. 25 2月, 2013 1 次提交
  18. 16 2月, 2013 2 次提交
  19. 14 2月, 2013 1 次提交
  20. 12 2月, 2013 1 次提交
  21. 07 2月, 2013 2 次提交
  22. 30 1月, 2013 2 次提交
  23. 29 1月, 2013 3 次提交
  24. 24 1月, 2013 1 次提交
  25. 23 1月, 2013 1 次提交
  26. 07 1月, 2013 1 次提交