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   |
|
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.
|
|
|
Goto Forum:
Current Time: Sun Jun 01 20:23:37 CEST 2025
Total time taken to generate the page: 0.02745 seconds
|