Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » 2024rc2
Re: 2024rc2 [message #61064 is a reply to message #61057] Tue, 05 November 2024 09:32 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1210
Registered: August 2007
Senior Contributor
There is also another problem I've noticed:

SQLite doesn't seem to work in release mode (in Windows). Examples, such as SQL_SQLite, fail to create tables with the following log:

* C:\Users\user2\Desktop\upp\out\reference\CLANGx64.Blitz\SQL_Sqlite3.exe 04.11.2024 16:38:05, user: user2

ERROR no such table: SIMPLE_TEST1(1): Preparing: insert into SIMPLE_TEST1(ID, NAME, LASTNAME, BDATE) values (0, 'Joe', 'Smith', 20000101)
ERROR no such table: SIMPLE_TEST1(1): Preparing: insert into SIMPLE_TEST1(ID, NAME, LASTNAME, BDATE) values (1, 'Mike', 'Smith', 20000102)
ERROR no such table: SIMPLE_TEST1(1): Preparing: insert into SIMPLE_TEST1(ID, NAME, LASTNAME, BDATE) values (2, 'Jon', 'Goober', 20000103)
ERROR no such table: SIMPLE_TEST1(1): Preparing: delete from SIMPLE_TEST1 where ID > 3
ERROR no such table: SIMPLE_TEST1(1): Preparing: insert into SIMPLE_TEST1(ID, NAME, LASTNAME, BDATE) values (5, 'wrongname', 'wronglastname', 20010604)
ERROR no such table: SIMPLE_TEST1(1): Preparing: update SIMPLE_TEST1 set NAME = 'rightname', LASTNAME = 'rightlastname', BDATE = 20010604 where ID = 5
ERROR no such table: SIMPLE_TEST1(1): Preparing: insert into SIMPLE_TEST1(name,bdate) values(?,?)
ERROR no such table: SIMPLE_TEST1(1): Preparing: insert into SIMPLE_TEST1(name,bdate) values(?,?)
ERROR no such table: SIMPLE_TEST1(1): Preparing: insert into SIMPLE_TEST1(name,bdate) values(?,?)
ERROR no such table: SIMPLE_TEST1(1): Preparing: insert into SIMPLE_TEST1(name,bdate) values(?,?)
ERROR no such table: SIMPLE_TEST1(1): Preparing: select ID, NAME, LASTNAME, BDATE from SIMPLE_TEST1
ERROR no such table: SIMPLE_TEST1(1): Preparing: select * from SIMPLE_TEST1


Am I missing something here, this shouldn't be happening in release mode, right? The examples work fine (read: can succesfully create and query tables) in debug mode.


Best regards,
Oblivion


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2024rc5
Next Topic: U++ 2024
Goto Forum:
  


Current Time: Sun Jun 08 03:07:46 CEST 2025

Total time taken to generate the page: 0.03964 seconds