On Mon, Jan 18, 2010 at 1:14 PM, Koen Deforche <[email protected]> wrote: > 2010/1/18 OvermindDL1 <[email protected]>: >> This is how SqlAlchemy does it (I *love* SqlAlchemy, you might look at >> it for ideas, it has changed a lot while it has been out and settled >> on its current design as the most powerful and expressive and simple >> to use). > > I looked at it after doing Dbo, and was happy to see that many things > were really similar!
Consider how many design revisions they went through before they settled on what they have now, that shows you forward thought quite well. :) On Mon, Jan 18, 2010 at 1:14 PM, Koen Deforche <[email protected]> wrote: >> On Mon, Jan 18, 2010 at 4:37 AM, Koen Deforche <[email protected]> wrote: >>> You should be running the latest git version of a few seconds ago! >>> You'll notice the improvement :-) >> >> Hehe, I shall update soonish, maybe tonight. > > If you update now, it also fixes this bound-data-hanging-around > problem (it was a misunderstanding of the SQLite3 API). Ooo, very cool, that was definitely a nasty bug. Will update when I can. On Mon, Jan 18, 2010 at 1:14 PM, Koen Deforche <[email protected]> wrote: >> I am definitely pushing for little enhancements and bug fixes as I >> find the need (I have made a few new features myself, should figure >> out what would be useful to others, I made a new WMenuItem that has an >> X that will close it when clicked on, would that be useful? Perhaps I >> could make it even more generic, WMenuItem is surprisingly hard to >> use, had to change a lot of it...). > > WMenu and WMenuItem are two of the oldest classes in Wt, and they > diserve some criticism... They also turned out more complex because of > the internal path handling. The problems I had were with things being private that should not be private, assuming some things where something where they easily might not be, etc... :) On Mon, Jan 18, 2010 at 1:14 PM, Koen Deforche <[email protected]> wrote: >> And I have also found a new bug, let me explain it with code: > > So this one should be fixed with the latest git update. > >> INSERT INTO "Forum_Category" VALUES(1,0,'Tech Support','Tech support, >> help, etc... for things not related to this site (otherwise goto the >> ideas and bugs forum since it probably is one if you have to ask or >> remark about something',NULL,300,'ViewForumCategory_Generic','',''); > > Thanks for the SQlite3 .dump tip :-) Heh, I like to dump it to a file just to make sure everything looks fine. You can get a listing of commands if you start up "sqlite3 mydb.db" directly, can type .help to get a command listing, all commands start with a period, everything else is a SQL string, and you can put the commands after the DB load to execute it directly instead of just SQL strings. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
