I just want to point something out that might help the original poster.
On Saturday, March 7, 2020, 7:00:21 AM EST,
sqlite-users-requ...@mailinglists.sqlite.org
wrote: >
> 1. NULL is NULL = Yes, True,
> 2. NULL is FALSE = Nope, False.
> 3. NULL is TRUE = Nope, False.
> 4. NULL is NO
ram wrote:
>
> Hi Joe,
>
> Do you have an ETA on the new build?
>
> Also I wanted to confirm the change to the variable that would allow me to
> set the number of attachments to a number higher than 10. I would like to set
> it to 25.
>
> Keith
>
> -Ori
Alexey Podogov wrote:
>
> Also, the issue can't be reproduced if:
> - Cache size is set to 0; or
> - Journal mode is WAL; or
> - Password for database is too short (please see examples in the
> demo code).
>
Thanks for the report. I'm looking
Keith Bertram wrote:
>
> Do you have an estimated time for this release?
>
If everything goes as planned, right around the third week of February.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite
I’ll raise the default limit for the next release of System.Data.SQLite.
Sent from my iPhone
> On Jan 16, 2020, at 2:01 PM, Keith Bertram wrote:
>
> Yes I recognize that this would be a problem. I plan on having no more than
> 20-25 attachments.
>
> If I understand correctly, the only way t
Lite on .NET Core for all supported platforms.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Which encryption extension are you using?
Sent from my iPhone
> On Jan 2, 2020, at 5:48 PM, Mike King wrote:
>
> Hi,
>
> This is my third attempt to send the following message to the list and each
> time it gets rejected as suspected administrivia! (not sure what that is -
> I guess it's a U
There doesn’t appear to be a NuGet package named
“System.Data.SQLite.Core-Linux” that I can see.
I don’t fully understand what the issue is here; however, in general, all
versions must match up.
Also, the System.Data.SQLite.Core package should contain a native binary usable
on Linux x64.
Sen
effort and a lot more like a rewriting effort. That does not
necessarily mean it won't get done (at some point); however, that will
certainly impact it's relative priority on the roadmap.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-u
uble-checking the "Target framework" setting for the
project(s) on the "Application" tab within their project properties.
For the set of DLLs from the new download, you'll want to make sure
they are all set to .NET Framework 4.6.
--
Joe Mistachkin
_
gt;
Given that Entity Framework 6.3.0 was released quite recently (with .NET
Core
support), it seems that it should be around for a while longer.
Currently, there are no specific plans to support Entity Framework Core in
System.Data.SQLite.
--
Joe Mistachkin
___
ds/1.0.112.0/sqlite-netFx46-static-bin
ary-app-2015-1.0.112.0.zip
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
lled
> System.data.sqlite.
>
When you say "installed", do you mean to say that you obtained the files
from one of the "Setup" packages on the download page?
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
SQLite mailing list (sqlite-users at
mailinglists.sqlite.org) if you encounter any problems with this release.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo
Yes, the NuGet packages are included in the release.
Sent from my iPhone
> On Oct 24, 2019, at 9:13 AM, Keith Bertram wrote:
>
> Ok. Thanks. Does it get immediately placed under nuget?
>
> Keith
>
> -Original Message-
> From: sqlite-users On Behalf
&g
Within the next week or so.
Sent from my iPhone
> On Oct 24, 2019, at 8:37 AM, Keith Bertram wrote:
>
> Ok. Thanks. Do you have an estimated release date?
>
> Keith
>
> -Original Message-
> From: sqlite-users On Behalf
> Of Joe Mistachkin
> Sent: We
t; but I don't see a matching way to do this within System.Data.SQLite.dll.
>
Thanks for pointing this out. I'll make sure that some way to accomplish
this ends
up in the 1.0.112.0 release, which is due out shortly.
--
Joe Mistachkin
___
sqlit
I’ll look into adding this type mapping to System.Data.SQLite.
Sent from my iPhone
> On Aug 19, 2019, at 7:19 PM, Barry wrote:
>
> A project I work on runs mainly on SQL Server, but there are times we want
> to be able to create the same data model in SQLite for portability.
>
> We mostly use
this behavior before. Are you manually customizing the
MSBuild files for the project?
>
> It has a note in it: do not copy this file to any of the build output
> directories
>
Generally, it's not supposed to be in those directories. Is it causing
any issues when loading the na
Yes. Currently, there are binaries that support Windows, Linux, and MacOS in
the “System.Data.SQLite.Core” NuGet package:
https://www.nuget.org/packages/System.Data.SQLite.Core
Sent from my iPhone
> On Jul 21, 2019, at 1:27 PM, Larry Brasfield
> wrote:
>
> Is there a build of System.Data.S
ta.SQLite
on more than one thread? Further, are you making sure that all objects that
belong to a connection opened on a given thread X are not references on any
other threads at the same time (including SQLiteCommand, SQLiteDataReader,
et al)?
--
Joe Mistachkin
___
SQLite mailing list (sqlite-users at
mailinglists.sqlite.org) if you encounter any problems with this release.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo
LL build.bat ReleaseManagedOnly
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
ult set of MSBuild properties and then
customize the source code for "SQLite.Interop.dll", e.g. in the "interp.c"
source code file.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
t says:
>
In order to do this, you'll want to execute the PRAGMA statements against
the connections that you open prior to running other SQL. The flags for
the connection (primarily) control the behavior of System.Data.SQLite and
they (generally) have no relation to PRAGMA stateme
Are you able to compile a build of System.Data.SQLite locally?
On trunk, I've added the ability to disable the SQLiteLog subsystem using a
new environment variable ('No_SQLiteLog').
Are you able to test the effects of this enhancement
ative API while the connections are being created?
Any details you could provide in order to reproduce this could be useful.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/m
Am 23.03.2019 um 17:06 schrieb Peng Yu:
Hi,
I see a variety of extensions for sqlite3 database files, such as .db,
.db3, .sqlite3 and .sq3. Is there a most commonly used/accepted
convention for the extension? Thanks.
In the DatenBurg Environment, "*.sqlite" is used.
__
SQLite mailing list (sqlite-users at
mailinglists.sqlite.org) if you encounter any problems with this release.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo
If you have any issues with the current trunk code, please
report them via this mailing list (and/or by creating a ticket
on "https://system.data.sqlite.org/";) prior to Friday, February
22nd.
Thanks.
--
Joe Mistachkin
___
sqlite-users ma
to a 64-bit integer, mostly for reasons
of backward compatibility.
In order to customize the mappings, the flag UseConnectionTypes should
be used when opening the connection -AND- the AddTypeMapping method is
used to override a built-in mapping of the same name (
quest: If the documentation is wrong, update it to say .indices instead
of .indexes.
or
Request: If the documentation is accurate, update the docs with a note that
older versions of sqlite referred to the .indexes command as .indices
thanks,
Joe Jacobs
_
sure how to address deployment these issues in a portable
(and supported) way. It appears that I may need to figure out a way to
automatically update the JSON file associated with the application, but
that does not seem like the most elegant solution.
--
Joe Mistachkin
not present in the nam values of table B?
Thanks -- Joe
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Roger Schlueter wrote:
>
> What about System.Data.SQLite?
>
I would estimate that the next System.Data.SQLite release, which will
include SQLite 3.25, will be released within two to three weeks after
SQLite 3.25 itself is released, barring an unforeseen complications.
--
Joe M
features full support for .NET Core v2.0 on Windows, macOS, and
Linux. The .NET Framework v4.7.2 and Mono v5.12 are also supported.
Please post on the SQLite mailing list (sqlite-users at
mailinglists.sqlite.org) if you encounter any problems with this release.
--
Joe Mistachkin
ning without seeing the C# code
> > involved; however, in the past, these types of issues have been caused
> > by a mismatch between how the .NET Framework and SQLite treat typing
> > of column values and/or a mismatch between the data type used in the
> > query and the o
etween the data type used in the
query and the one actually stored in the database file.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
;1
>
Since no rows are returend, there is no type information available
based on the value of the returned data (as there is no data).
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sq
to "sqlite3" (for Windows)
or
"libsqlite3" (for other operating systems). This should allow the Mono
and/or
.NET to find it. I assume it will need to be located in the same directory
as
the managed "SQLite-net-pcl" assemblies.
--
Joe Mistachkin
__
It may work without Service Pack 2; however, it has not been tested in that
configuration.
Sent from my iPhone
> On Jun 20, 2018, at 7:45 AM, Bianchi Lorenzo
> wrote:
>
> Hi everybody,
>
> We are currently using the SQlite.dll version 1.0.98 x86 for .NET 2.0, and it
> seems to be working a
If you have any issues with the current trunk code, please
report them via this mailing list (and/or by creating a ticket
on "https://system.data.sqlite.org/";) prior to next Monday,
June 4th.
Thanks.
--
Joe Mistachkin
___
sqlite-users ma
SQLite mailing list (sqlite-users at
mailinglists.sqlite.org) if you encounter any problems with this release.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo
nection string must use "Data Source", with a
space between the words. I'm not sure if the space is be
preserved in your config file.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
If you have any issues with the current trunk code, please
report them via this mailing list (and/or by creating a ticket
on "https://system.data.sqlite.org/";) prior to this Wednesday,
February 28th.
Thanks.
--
Joe Mistachkin
___
sq
Greg Pagendam-Turner wrote:
>
> Using Sqlite nugget package version 3.13
>
Are you using the full (desktop) .NET Framework? If so, the NuGet package
you probably want is probably "System.Data.SQLite".
--
Joe Mistachkin
___
sqlite
nvert the requested value into the declared type (which I
assume is DateTime in this case).
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
SQLite mailing list (sqlite-users at
mailinglists.sqlite.org) if you encounter any problems with this release.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http
Stanley Jacob wrote:
>
> With 3.22.0, this produces "ImportError: DLL load failed: %1 is not a
> valid Win32 application."
> With 3.21.0, there is no error.
>
Thanks for the report. It should be the x64 version now.
--
Joe Mistachkin
_
If you have any issues with the current trunk code, please
report them via this mailing list (and/or by creating a ticket
on "https://system.data.sqlite.org/";) prior to Friday, January
26th.
Thanks.
--
Joe Mistachkin
___
sqlite-users ma
order to link the
"compat\tcl" directory within the source tree to the "C:\Tcl"
directory (via an NTFS junction):
CD /D C:\path\to\sqlite\compat
MKLINK /J tcl C:\Tcl
--
Joe Mistachkin
Aleksey Lulchenko wrote:
>
> Please, give me the clues what is going wrong, if you can. I think it
> is a typical bug in many situations.
>
Could you please show us the schema of the table (or tables) involved?
--
Joe Mistachkin
___
e other NMAKE macros like
USE_NATIVE_LIBPATHS, NCRTLIBPATH, and NSDKLIBPATH.
For example,
nmake /f Makefile.msc sqlite3.exe XCOMPILE=1 USE_NATIVE_LIBPATHS=1
Alternatively, you can build the amalgamation source code file
"sqlite3.c" without cross-compiling and then cross-compile
Simon Slavin wrote:
>
> I'm hoping that Joe Mistachkin, or someone else who understands
> that library sees this, just to check that it works the way
> you're expecting it to.
>
Judging from the description so far, I think that both SQLite and
System.Data.SQLite are
original poster may wish to
increase the default retry values using the SQLITE_FCNTL_WIN32_AV_RETRY
file control with the sqlite3_file_control() function, see:
https://www.sqlite.org/c3ref/c_fcntl_begin_atomic_write.html
--
Joe Mistachkin @ https:/
SQLite mailing list (sqlite-users at sqlite.org) if you
encounter any problems with this release.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin
s upcoming release can be seen at:
https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki
Please post on the SQLite mailing list (sqlite-users at sqlite.org) if you
encounter any problems with these pre-release packages.
--
Joe Mistachkin @ https://urn.to/r/
got a Database base disk is malformed issue. We
> can repair the base via an sql dump of the base. The issue itself is never
> exactly the same : we can have a duplicate TRIGGER or TABLE or sometimes
> INSERT INTO with non valide data.
>
Are you able to share the full schema for the d
of all dates in Katalog that doesn't have a
corresponding date in ZKatalog.
Cheers,
Ryan
On 2017/09/06 1:09 PM, Clemens Ladisch wrote:
Joe wrote:
my SQLite database has two tables Katalog and ZKatalog with the same
structure. One of the columns is called DDatum. What's the mo
g?
(3) Select records, which are with same column values except DDatum in
Katalog and in ZKatalog?
(4) Select records from Katalog and ZKatalog with same DDatum content?
Thanx -- Joe
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
SQLite mailing list (sqlite-users at sqlite.org) if you
encounter any problems with this release.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin
Another note: The GUID column will need to be marked as UNIQUE or
PRIMARY KEY in the CREATE TABLE statement in order for the BLOB
lookup to work properly.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users
Sergio Capozzi wrote:
>
> It seems the KeyInfo calculation is doing something wrong.
> Is there a workaround or is a known bug?
> Version 1.0.105.1
>
Thanks for the report. This should now be fixed on trunk.
--
Joe Mistachkin @ https://urn.
Have you tried using the command "PRAGMA mmap_size=0;" on the connection?
https://www.sqlite.org/pragma.html#pragma_mmap_size
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.
SQLite mailing list (sqlite-users at sqlite.org) if you
encounter any problems with this release.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin
this and fails the
> compilation.
>
Thanks for the report. This should now be fixed on trunk.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi
SQLite mailing list (sqlite-users at sqlite.org) if you
encounter any problems with this release.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin
What is the declared data type for the column? Also, what are the raw values
for the first row? You may want to use the SQLite command line tool to query
the database for them.
Sent from my iPhone
https://urn.to/r/mistachkin
> On Apr 8, 2017, at 12:55 PM, Joseph L. Casale
> wrote:
>
> I a
ne timeframe.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
I can think of one possibility offhand:
The application is running as 32-bit and the extension DLL is 64-bit (or
vice-versa).
Sent from my iPhone
https://urn.to/r/mistachkin
> On Mar 17, 2017, at 5:02 PM, Phil Pollock wrote:
>
> I can't get the LoadExtension() function to work under Visual S
a fairly reasonable value.
Alternatively, it can be overridden at compile-time.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listin
HE_SIZE and/or SQLITE_DEFAULT_PAGE_SIZE
defines.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_SIZE.
>
What values are you using for the SQLITE_DEFAULT_CACHE_SIZE and
SQLITE_DEFAULT_PAGE_SIZE defines?
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sq
on: "Specified cast is not valid."
>
Changing the type of iKeyID to "long" should make it work, e.g.:
long iKeyID = (long)sqliteCmd.ExecuteScalar();
Alternatively, you should also be able to use the LastInsertRowId
property of the SQLiteConnection object, e.g.:
qlite3.dll" by the P/Invoke integration).
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
,
"SQLiteParameter", "SQLiteCommand", "SQLiteConnection",
"SQLiteDataReader", etc.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
//urn.to/r/sds_docs
The primary classes you'll want to look into include SQLiteConnection,
SQLiteCommand, SQLiteParameter, and SQLiteDataReader.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mail
Is there a way when creating a view to specify the data type affinity for
each column?
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
SQLite mailing list (sqlite-users at sqlite.org) if you
encounter any problems with this release.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin
If you have any issues with the current trunk code, please
report them via this mailing list (and/or by creating a ticket
on "https://system.data.sqlite.org/";) prior to Monday, December
12th.
Thanks.
--
Joe Mistachkin
___
sqlite-users ma
_open*() C APIs? Further details on using URI file names may be
found here:
https://www.sqlite.org/uri.html
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.s
p.dll" for Linux,
Mac OS X, and probably other POSIX compliant systems, using
the following build script:
https://urn.to/r/7C
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
SQLite mailing list (sqlite-users at sqlite.org) if you
encounter any problems with this release.
--
Joe Mistachkin @ https://urn.to/r/mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin
If you have any issues with the current code, please report them via this
mailing
list (and/or by creating a ticket on "https://system.data.sqlite.org/";)
prior to
Monday, August 29th.
Thanks.
--
Joe Mistachkin
___
sqlite-users mailing l
ite are
supported on a "best effort" basis, mostly because:
1. They were never fully completed.
2. The Visual Studio extensibility interfaces they use are very
fragile and scarcely documented.
3. Debugging them is nefariously difficult.
--
Joe Mi
must (?) be (at least) one that is new (to Visual Studio
2015).
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
When I use sqlite ado.net, I met a bug made me confused.
My table schema and data is like this. Table name is "a".
IDTEXT DOUBLE
1 AA 1
2 BB 1.2
3 CC 2
When I run SQL statement("select * from a");
I got double column's data is 1 1 2, and column dataType is
espite the corrupted index, whereas the
one I had used did not? Does it mean that your query doesn't use the index?
Joe
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
l had SYNCHRONOUS OFF, but will now have NORMAL.
Joe
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
On 6/28/2016 4:52 PM, Simon Slavin wrote:
On 28 Jun 2016, at 11:22pm, Joe Pasquariello wrote:
select rowid, device, hex(device), localtime, udatetime
from eventlog where device like '%M14' and udatetime=1415000934
rowiddevicehex(device)localtimeudatetime
18
On 6/28/2016 3:05 PM, Simon Slavin wrote:
SELECT device,HEX(device) FROM myTable WHERE
Thanks, Simon. Now it's getting really strange. Two queries and their
results are shown below. The value of "device" seems to be the same in
both rows. One query includes the field "localtime" and the oth
Failurefree
system14150009342456964.825625
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
--
Joe Pasquariello
Fenway Systems, LLC
2980 College Ave,
bviously it doesn't.
select udatetime,device,localtime,code,type,text,0 as status, count(*) as
the_count
from eventlog
group by udatetime,device,code,type,status
having count(*) > 1
>
On 2016/06/28 9:37 PM, Joe Pasquariello wrote:
> Hello,
>
> I'm a novice user of Sq
lse that could
cause the violation?
Thanks,
Joe
BEGIN TRANSACTION;
DROP TABLE IF EXISTS TempEventLog;
ALTER TABLE EventLog RENAME TO TempEventLog;
CREATE TABLE IF NOT EXISTS EventLog(
rowid INTEGER PRIMARY KEY,
udatetime INTEGERNOT NULL,
deviceCHAR(16)
SQLite mailing list (sqlite-users at sqlite.org) if you
encounter any problems with this release.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
1.0.102.0 for this. I'll look
into it for 1.0.103.0.
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Eric Sink wrote:
>
> The next time April 15th falls on a Friday is 2022, so I guess we have
plenty
> of time.
>
Actually, it did say Monday, June 20th before I sent it; however, my mail
client
is apparently acting up.
--
Joe Mistachkin
__
If you have any issues with the current code, please report them via this
mailing
list (and/or by creating a ticket on "https://system.data.sqlite.org/";)
prior to
Friday, April 15th.
Thanks.
--
Joe Mistachkin
___
sqlite-users mailing l
Nigel Walton wrote:
>
> Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
> PID:01FD0185 TID:057E0022 testce.EXE
> MissingMethodException
> Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
>
Do you have the appropriate MSVC runtim
must be set to "incremental"
first, per:
https://www.sqlite.org/pragma.html#pragma_incremental_vacuum
--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
1 - 100 of 1562 matches
Mail list logo