Welcome Guest, Not a member yet? Register   Sign In
PostgreSQL Model Insert Function Issue
#4

Hello

Thank you for sharing this. I got it now.
Because I use VARCHAR for the Primary Key, the CodeIgniter automatically runs the useAutoIncrement if I don't set it as false.
If I use BIGINT or BIGSERIAL for the Primary Key, the useAutoIncrement must be true.
If I use VARCHAR for the Primary Key, the useAutoIncrement must be false.
This works well if I set the useAutoIncrement correctly.

Thank you.
(Golang Training)
Reply


Messages In This Thread
PostgreSQL Model Insert Function Issue - by Corda - 01-28-2022, 04:55 AM
RE: PostgreSQL Model Insert Function Issue - by gregbowers - 07-26-2023, 02:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB