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 » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » HomeBudget example bug
Re: HomeBudget example bug [message #19788 is a reply to message #19787] Tue, 20 January 2009 08:41 Go to previous messageGo to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

Shire wrote on Mon, 19 January 2009 20:44

[/code]
Also example does not use table indexes. This is not good.
TABLE_(CATEGORIES)
	INT 	(ID) PRIMARY_KEY
	INT_    (GR_ID) INDEX
...
TABLE_(MONEY)
	INT  (ID) PRIMARY_KEY
	INT_ (DT_ID) INDEX
	INT_ (CAT_ID) INDEX


Other small changes (russian translation, layout fix, and other) are in attach.


Thanks for the dates fixes! The reason indexes are not there is the size of the database. It's very small and it grows slowly, so I never experienced performance problems. But of course this is agood idea.
I will apply your fixes soon.
 
Read Message
Read Message
Read Message
Previous Topic: Uploading files via FTP
Next Topic: Register new file types under windows
Goto Forum:
  


Current Time: Sun Jun 01 20:23:37 CEST 2025

Total time taken to generate the page: 0.02745 seconds