On Wed,  1 Feb 2012 04:03:46 -0800
"Enlightenment SVN" <[email protected]> wrote:

> Log:
> Add reference counting to Esql_Res, fix iterator container, remove extra EAPI.
>   
>   Esql_Res got reference counting so user can keep it alive even after
>   ESQL_EVENT_RESULT callback returns, useful for real-world interactive
>   applications.
>   
>   The esql_res_row_iterator_new() now correctly reports the container as
>   being the Esql_Res which was used to create it. Also increases the
>   reference so the results are valid while iterating.
>   
>   Previously I've added few EAPI to esql_private.h, now I've checked and
>   removed this visibility attribute from calls not used outside of the
>   library (ie: by modules).
> 
> Author:       discomfitor
> Date:         2012-02-01 04:03:45 -0800 (Wed, 01 Feb 2012)
> New Revision: 67674
> Trac:         http://trac.enlightenment.org/e/changeset/67674
> 
> Added:
>   trunk/PROTO/esskyuehl/src/lib/esql_module.c
> trunk/PROTO/esskyuehl/src/lib/esql_module.h Modified:
>   trunk/PROTO/esskyuehl/src/lib/Makefile.am
> trunk/PROTO/esskyuehl/src/modules/mysql/esql_mysql_backend.c
> trunk/PROTO/esskyuehl/src/modules/postgresql/esql_postgresql_backend.c
> trunk/PROTO/esskyuehl/src/modules/sqlite/esql_sqlite_backend.c 

disregard this commit message, my client fucked up. should read 'consolidate
module code' or something

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to