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
fActiveDirectory::populate sets auto increment field to 0 (note: this field is not in request, of'course). This prevents fActiveDirectory::store to success on insert new row., 'cause it doesn't meet condition value === NULL
As flourish is deprecated library and it is abandoned, I won't provide PR - it wouldn't be merged. Simple workaround replace line:
PostgreSQL definiton:
Flourish column's info:
As you can see
default
is not set https://github.com/flourishlib/flourish-classes/blob/master/fSchema.php#L1758.fActiveDirectory::populate
sets auto increment field to 0 (note: this field is not in request, of'course). This preventsfActiveDirectory::store
to success on insert new row., 'cause it doesn't meet condition value === NULLAs flourish is deprecated library and it is abandoned, I won't provide PR - it wouldn't be merged. Simple workaround replace line:
with:
The text was updated successfully, but these errors were encountered: