Author: mysqlpp
Date: Sat Jun 25 05:54:50 2005
New Revision: 830
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=830&view=rev
Log:
Row indexing is more v1.7.9-like:
- Can subscript a Row object with a string
- lookup_by_name() is removed
The consequence is that subscripting with an integer had to be removed
(the underlying problem still exists) so there's a new at() function to
get a field by its index.
Modified:
trunk/Wishlist
trunk/doc/userman/userman.xml
trunk/examples/custom3.cpp
trunk/examples/dbinfo.cpp
trunk/examples/util.cpp
trunk/lib/custom.pl
trunk/lib/field_names.cpp
trunk/lib/fields.cpp
trunk/lib/fields.h
trunk/lib/resiter.h
trunk/lib/result.h
trunk/lib/row.cpp
trunk/lib/row.h