On Jan 27, 2017, at 12:09 PM, John McKown <john.archie.mck...@gmail.com> wrote:
> 
> On Fri, Jan 27, 2017 at 12:58 PM, Antonio Carlos Jorge Patricio <
> antonio...@gmail.com> wrote:
> 
>> In my tests, they got almost all chopped at 255 chars long
>> 
> ​I'm guessing this is a problem with SQLite.NET

I don’t see any 255 or 256 constants in the C# code implementing SQLite.NET 
1.0.8.

> or .NET itself

Highly doubtful.  .NET isn’t quite as all-powerful as C, but it’s close.  The 
max length of a .NET string is about a gigabyte:

   https://stackoverflow.com/questions/140468/

As far as I’m aware, VB.NET doesn’t have any additional restrictions over .NET, 
other than its syntax.  (Which is a considerable barrier, no question.)

> There’s no obfuscated Perl contest because it’s pointless.

Perl is not pointless:

   http://search.cpan.org/~markov/Geo-Point-0.96/lib/Geo/Point.pod
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to