Go to file
kamil 8ad8b0676c Correct mistakes in the sqlite.lua example
Changes:
- The open flag: sqlite.OPEN_CREATE will open the DB for reading and
  writing, adding sqlite.OPEN_READWRITE to sqlite.OPEN_CREATE will cause
  the DB to not be created and prevent the script from continuing
- When using stmt:bind_parameter_index() the parameter needs to be
  prefixed with ':' if that was used in the prepared statement,
  otherwise the incorrect index of 0 is returned.
- The drop table statement has an "x" appended to the table name, looks
  like a typo.

Patch by Travis Paul

Closes PR misc/50493
2015-12-08 23:04:40 +00:00
bin PR/50422: Robert Elz: df -G prints the wrong value for fragsize (+FIX) 2015-11-12 17:59:21 +00:00
common comment out 0{b,B} handling. 2015-11-13 16:02:07 +00:00
compat remove the xfree86 reachover makefiles and the vast majority of 2015-07-23 08:03:24 +00:00
crypto merge conflicts 2015-12-06 21:52:35 +00:00
dist/pf Fix obviously broken condition. 2015-08-28 12:17:41 +00:00
distrib Modularize drvctl(4) 2015-12-07 11:38:46 +00:00
doc new openssl 2015-12-06 21:54:26 +00:00
etc Add gpt tests 2015-12-04 17:19:33 +00:00
external catch up with DIOCGPART -> DIOCGPARTINFO 2015-12-08 20:56:21 +00:00
extsrc
games PR/50411: Rin Okuyama: fix two bugs: 2015-11-06 19:53:37 +00:00
gnu +libpanel (Russian version) 2015-11-22 05:10:28 +00:00
include add some const 2015-11-20 20:37:08 +00:00
lib unbreak the build 2015-12-08 16:53:27 +00:00
libexec Improve the httpd(8) printenv.lua Lua example 2015-12-07 03:11:48 +00:00
regress moved to tests/net/in_cksum. 2015-01-05 22:39:29 +00:00
rescue Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8). 2014-09-11 13:10:03 +00:00
sbin synch usage() with the man page. 2015-12-07 03:34:00 +00:00
share Correct mistakes in the sqlite.lua example 2015-12-08 23:04:40 +00:00
sys fix struct name 2015-12-08 22:16:01 +00:00
tests Kill one more REL_DEBUG, from kre 2015-12-08 12:41:28 +00:00
tools bump for printf/syslog format changres 2015-10-16 00:41:07 +00:00
usr.bin simplify. 2015-12-03 20:01:19 +00:00
usr.sbin pass new pin configuration flags to driver. 2015-12-06 07:31:28 +00:00
BUILDING remove the xfree86 reachover makefiles and the vast majority of 2015-07-23 08:03:24 +00:00
Makefile remove the xfree86 reachover makefiles and the vast majority of 2015-07-23 08:03:24 +00:00
Makefile.inc
UPDATING add note about the most recent acpica update 2015-09-19 18:31:41 +00:00
build.sh Make evbarm64 (little endian) the default for aarch64. 2015-06-27 06:00:28 +00:00