On 10/27/08, Karl Lautman <[EMAIL PROTECTED]> wrote:
> 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?

All SQLite functions are documented on sqlite.org website. They
definitely could be enhanced with examples, perhaps a search
interface, annotations, etc., but they are all there.

With regards to language specific bindings -- best is to enquire on
the respective mailing lists and forums.

>
>  Thanks.
>
>  Involute
>
>  _______________________________________________
>  sqlite-users mailing list
>  sqlite-users@sqlite.org
>  http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
Puneet Kishor http://punkish.eidesis.org/
Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/
Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to