Обсуждение: Code Igniter 3.16 Error Get Last Insert Id

Поиск
Список
Период
Сортировка

Code Igniter 3.16 Error Get Last Insert Id

От
Angga Wirapraditya
Дата:
Hi Postgresql,
Just realise that version already raised to 10.3, we found a problem when using php-code igniter version 3.16, program can not get last insert id.

Since we're using debian and auto-script for our clustering instance, following command from :


wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | \
  sudo apt-key add -
sudo apt-get update


It's seem that it's automatically download and install version 10.3.
What if we wanna stay in version 10.1 since it's a production server that have many implication and need a bit time to configure all of our instance.


Thanks
-angga-

Re: Code Igniter 3.16 Error Get Last Insert Id

От
"David G. Johnston"
Дата:
On Wednesday, March 28, 2018, Angga Wirapraditya <angga@sdtech.co.id> wrote:
It's seem that it's automatically download and install version 10.3.
What if we wanna stay in version 10.1 since it's a production server that have many implication and need a bit time to configure all of our instance.

We've changed our version numbering.  The difference between 10.1 and 10.3 is two minor/bugfix releases just like 9.6.1 and 9.6.3 were: we just stopped incrementing the middle number and show the fist and third parts.

David J.