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 » U++ Library support » U++ Library : Other (not classified elsewhere) » U++ 612-dev 3 HomeBudget run time problem
Re: U++ 612-dev 3 HomeBudget run time problem [message #7534 is a reply to message #7533] Thu, 04 January 2007 22:30 Go to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

Ok. This is fixed now. The bug appeared because sqlite wrapper maps date into DATA_V value now (before date was treated as string)

Hot fixes. Change:

money(DT) = ScanDate(String(SQL[DT]));

to:
money(DT) = SQL[DT];


and

month.Add(SQL[0], ScanDate(String(SQL[1]));

to:
month.Add(SQL[0], SQL[1]);



 
Read Message
Read Message
Read Message
Previous Topic: Strange behaviour of ColumnList
Next Topic: [Feature request] Libraries!
Goto Forum:
  


Current Time: Mon Jun 23 08:05:31 CEST 2025

Total time taken to generate the page: 0.06619 seconds