Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | no message |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
c2d292b29a993d7318a02c4f4c32b6b8 |
User & Date: | rmsimpson 2005-08-26 03:08:23.000 |
Context
2005-08-26
| ||
05:04 | Tweaks and optimizations check-in: dcbda7101e user: rmsimpson tags: sourceforge | |
03:08 | no message check-in: c2d292b29a user: rmsimpson tags: sourceforge | |
2005-08-25
| ||
23:05 | no message check-in: c28e745691 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 26 27 28 29 | ** 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. ** <<<<<<< expr.c ** $Id: expr.c,v 1.13 2005/08/26 03:08:23 rmsimpson Exp $ ======= ** $Id: expr.c,v 1.13 2005/08/26 03:08:23 rmsimpson Exp $ >>>>>>> 1.12 */ #include "sqliteInt.h" #include <ctype.h> /* ** Return the 'affinity' of the expression pExpr if any. ** |
︙ | ︙ |