Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | pre 3.2.5 update |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
4d201cb5ab912eb962c8d13efddc1c4e |
User & Date: | rmsimpson 2005-08-25 18:42:32.000 |
Context
2005-08-25
| ||
23:05 | no message check-in: c28e745691 user: rmsimpson tags: sourceforge | |
18:42 | pre 3.2.5 update check-in: 4d201cb5ab user: rmsimpson tags: sourceforge | |
18:37 | pre 3.2.5 update check-in: f4aa990e73 user: rmsimpson tags: sourceforge | |
Changes
Changes to SQLite.Interop/src/expr.c.
︙ | ︙ | |||
11 12 13 14 15 16 17 | ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** ************************************************************************* ** This file contains routines used for analyzing expressions and ** for generating VDBE code that evaluates expressions in SQLite. ** | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** ************************************************************************* ** This file contains routines used for analyzing expressions and ** for generating VDBE code that evaluates expressions in SQLite. ** ** $Id: expr.c,v 1.11 2005/08/25 18:42:32 rmsimpson Exp $ */ #include "sqliteInt.h" #include <ctype.h> /* ** Return the 'affinity' of the expression pExpr if any. ** |
︙ | ︙ |