drh 37114fbfcc Change the unions of the Table.addColOffset field from characters to bytes.
This makes the query that implements ALTER TABLE ADD COLUMN more complex and
slightly slower, but also makes CREATE TABLE statement parsing faster by
avoiding a call to sqlite3UtfCharLen().  Since, CREATE TABLE parsing is far
more common than ALTER TABLE, this is a net win for performance.

FossilOrigin-Name: 6f25f2529f1495a26129d7d407979906e4962b2de351f901d41cb037d05ba780
2021-01-01 20:04:34 +00:00
..
2019-04-13 14:07:57 +00:00
2019-04-13 14:07:57 +00:00
2020-12-14 13:52:03 +00:00
2020-08-28 12:58:21 +00:00
2020-03-09 03:21:33 +00:00
2018-07-22 20:24:38 +00:00
2020-12-14 13:52:03 +00:00
2020-06-04 02:50:47 +00:00
2020-07-30 17:37:49 +00:00