This list has been incredibly helpful in getting me over some very basic bumps learning sqlite. I'd like to waste less of its bandwidth by educating myself as much as possible, but I keep getting pointed to solutions for which I can't find additional documentation, so I couldn't have found the solutions on my own. E.g. pysqlite's .lastrowid method isn't mentioned at all on pysqlite.org. While there are a number of discussions of it elsewhere, I'd like to know what other methods are available, but googling "lastrowid pysqlite methods" doesn't turn up any comprehensive list. Same for fetchall(), which I'd assume is a core function of sqlite, but not only isn't it listed on the core functions page on sqlite.org, it isn't mentioned anywhere on the site (except three mentions in the CVSTrac system). Makes me wonder what other functions aren't documented.
Where'd you guys find this stuff? Thanks. Involute _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

