You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi master, i love your plugin, its great, but i have problen with command LAST_INSERT_ID() in mysql it return 0, not what really last insert in my auto_increment id. i was search relate topic on this. As far as i know it because new connection id every query so LAST_INSERT_ID not recorded. could you give me guide to fix it or to set PersistentConnections true.
thanks.
The text was updated successfully, but these errors were encountered:
hi master, i love your plugin, its great, but i have problen with command LAST_INSERT_ID() in mysql it return 0, not what really last insert in my auto_increment id. i was search relate topic on this. As far as i know it because new connection id every query so LAST_INSERT_ID not recorded. could you give me guide to fix it or to set
PersistentConnections
true.thanks.
The text was updated successfully, but these errors were encountered: