3

265 Not Behaving as Expected

 2 years ago
source link: https://www.codeabbey.com/index/forum_topic/bce34dad6c9b8b75f57dba3b9d3da2c3
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

265 Not Behaving as Expected

Back to General discussions forum

Rodion (admin)     2022-03-08 18:47:07
User avatar

Hi Friend!

Thanks, that's a curious question. I myself haven't heard about this form before!

I guess you did everything correctly, but

The UPDATE-FROM idea is an extension to SQL ...
UPDATE-FROM is supported beginning in SQLite version 3.33.0 (2020-08-14)

So it's again the issue with old version of SQLite on server (which I wasn't able to easily fix). I'll try to set my hands on this in nearest couple of days so feel free either to just wait a bit (ping again if fix won't happen) - or rewrite the query to use some simpler mechanism.

ctraversa     2022-04-01 20:30:24

Hi. I hope it could help. If you use SQLite on the server and you try to:

insert into pets values (13, 'Lazy', 'cat');

you get the following error:

[System.Data.SQLite]
ErrorCode: 1
ErrorMessage: SQL logic error
table pets has 4 columns but 3 values were supplied

So maybe you could simply solve the problem just with:

insert into pets values (13, 'Lazy', 'cat', null);

Regards.

Please login and solve 5 problems to be able to post at forum

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK