Hi Elias,
OK, could also be caused by multi-line macros or so. Sometimes the
line numbers displayed by diff are different
from those displayed in vi.
Thanks again,
/// Jürgen
On 02/15/2017 04:10 PM, Elias Mårtenson
wrote:
That's weird. I made the diff based on the most recent version in svn.
Regards,
Elias
On 15 Feb 2017 23:05, "Juergen Sauermann"
wrote:
> Hi Elias,
>
> yes, thanks for providing it. *SVN 887*.
>
> It seems like out line numbers are slightly out of sync.
>
> /// Jürgen
>
>
> On 02/15/2017 07:19 A
Hi Elias,
yes, thanks for providing it. SVN 887.
It seems like out line numbers are slightly out of sync.
/// Jürgen
On 02/15/2017 07:19 AM, Elias Mårtenson
wrote:
Jürgen? Could you merge the fix?
Jürgen? Could you merge the fix?
Regards,
Elias
On 15 February 2017 at 13:30, Kacper Gutowski wrote:
> On 14 February 2017 at 14:31, Elias Mårtenson wrote:
> > I've taken a look at this now, and I believe this patch should fix your
> problem. Please try it, and I'd like to ask Jürgen to merge i
On 14 February 2017 at 14:31, Elias Mårtenson wrote:
> I've taken a look at this now, and I believe this patch should fix your
> problem. Please try it, and I'd like to ask Jürgen to merge it.
Yes, this fixes it.
Thanks.
-k
I've taken a look at this now, and I believe this patch should fix your
problem. Please try it, and I'd like to ask Jürgen to merge it.
Regards,
Elias
Index: src/sql/SqliteResultValue.cc
===
--- src/sql/SqliteResultValue.cc
Thanks. I'll take a look at this today or tomorrow if no one else does it
before me. Ma ☺️
On 12 Feb 2017 7:13 PM, "Kacper Gutowski" wrote:
> The sqlite provider seems to silently truncate integer values in results:
>
> )COPY 5 SQL
> DUMPED 2017-02-12 10:13:53 (GMT+1)
> db←'sqlite' S
The sqlite provider seems to silently truncate integer values in results:
)COPY 5 SQL
DUMPED 2017-02-12 10:13:53 (GMT+1)
db←'sqlite' SQL∆Connect ':memory:'
'create table a(b)' SQL∆Exec[db] ⍬
'insert into a values(?),(?)' SQL∆Exec[db] 2⋆31 32
'select b from a' SQL∆Se