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 Ddevs, one more problem, hehe. Trying to update a register. I imagine you used a SQLite code on MariaDB module.
Thanks for the help.
[trace] (void) rorm_db_update(
const(DBHandle)@561F632EC400,
DBTransactionHandle@0,
paciente,
[const(FFIUpdate)(pacNome, FFIValue("Name")), const(FFIUpdate)(pacNascimento, FFIValue(const(FFIDate)(2023, 2, 24))), const(FFIUpdate)(pacMae, FFIValue("Name")), const(FFIUpdate)(pacPai, FFIValue("Name")), const(FFIUpdate)(pacArquivoFoto, FFIValue("0")), const(FFIUpdate)(pacRua, FFIValue("Name")), const(FFIUpdate)(pacNumero, FFIValue("1")), const(FFIUpdate)(pacBairro, FFIValue("Name")), const(FFIUpdate)(pacCidade, FFIValue("Name")), const(FFIUpdate)(pacUF, FFIValue("MG")), const(FFIUpdate)(pacHistorico, FFIValue("Provável TDAH")), const(FFIUpdate)(pacMedicacao, FFIValue("Oxalato")), const(FFIUpdate)(pacSituacao, FFIValue("ATIVO")), const(FFIUpdate)(pacDataCadastro, FFIValue(const(FFIDateTime)(2000, 1, 1, 0, 0, 0)))],
(no condition),
extern (C) void(void*, ulong, scope RormError)@561F60D30450,
void@7FEDF5BFBAB0
)
[trace] Callback (failed) -> database error: sqlx error: error returned from database: 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'OR ABORT paciente SET pacNome = ?, pacNascimento = ?, pacMae = ?, pacPai = ?,...' at line 1
The text was updated successfully, but these errors were encountered:
Hi Ddevs, one more problem, hehe. Trying to update a register. I imagine you used a SQLite code on MariaDB module.
Thanks for the help.
The text was updated successfully, but these errors were encountered: