mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Spelling fixes
Thanks lintian
This commit is contained in:
parent
9d56b0c3d8
commit
492df3e927
@ -906,7 +906,7 @@ Sun Feb 8 13:02:56 EST 2004 Brian Bruns <brian@bruns.com>
|
|||||||
* include/mdbsql.h:
|
* include/mdbsql.h:
|
||||||
* src/sql/parser.y:
|
* src/sql/parser.y:
|
||||||
* src/sql/mdbsql.c: added mdb_sql_eval_expr() to support 0=1 literal comparison
|
* src/sql/mdbsql.c: added mdb_sql_eval_expr() to support 0=1 literal comparison
|
||||||
* src/libmdb/sargs.c: check for null node->col (literal comparision)
|
* src/libmdb/sargs.c: check for null node->col (literal comparison)
|
||||||
* src/sql/Makefile.am: change hardcoded bison reference to @YACC@
|
* src/sql/Makefile.am: change hardcoded bison reference to @YACC@
|
||||||
|
|
||||||
Fri Feb 6 18:08:59 EST 2004 Brian Bruns <brian@bruns.com>
|
Fri Feb 6 18:08:59 EST 2004 Brian Bruns <brian@bruns.com>
|
||||||
|
@ -44,4 +44,4 @@ AUTHORS
|
|||||||
The mdb-tables utility was written by Brian Bruns.
|
The mdb-tables utility was written by Brian Bruns.
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
Access allows for tables to have spaces embeded in the table name. You must specify a delimiter (-d) if you intend on piping the output of mdb-tables to a program such as awk or cut.
|
Access allows for tables to have spaces embedded in the table name. You must specify a delimiter (-d) if you intend on piping the output of mdb-tables to a program such as awk or cut.
|
||||||
|
@ -371,7 +371,7 @@ mdb_sql_eval_expr(MdbSQL *sql, char *const1, int op, char *const2)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if (illop) {
|
if (illop) {
|
||||||
mdb_sql_error(sql, "Illegal operator used for comparision of literals.");
|
mdb_sql_error(sql, "Illegal operator used for comparison of literals.");
|
||||||
/* the column and table names are no good now */
|
/* the column and table names are no good now */
|
||||||
mdb_sql_reset(sql);
|
mdb_sql_reset(sql);
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user