Page 2 of 2

Re: Error trying to clone an object

Posted: Fri Nov 06, 2020 4:48 am
by Janusz
Steven,
Looks like that on th Sourceforge there is sill the old nubuilder4.sql

Code: Select all

Source forge
-rw-r--r--  1 root root 454813 Oct 29 04:26 nubuilder4.sql
GitHub
-rw-r--r--  1 root root 481311 Nov  6 01:20 nubuilder4.sql
------------------------
(diff: < Sourceforge; > Gihub)
<   `sob_all_order` int(11) DEFAULT NULL,
---
>   `sob_all_order` int(11) DEFAULT 0,
437c437
<   `sob_input_count` bigint(20) DEFAULT NULL,
---
>   `sob_input_count` bigint(20) DEFAULT 0,
(all other files are identical on GitHub and Sourceforge)
Version on Gihub is working fine.

Janusz

Re: Error trying to clone an object

Posted: Sat Nov 07, 2020 1:04 am
by admin
Janusz,

Fixed, thanks for pointing that out.


Steven

Re: Error trying to clone an object

Posted: Sat Nov 07, 2020 8:08 am
by Janusz
Steven,
Thanks a lot.
And to confirm: just tested and it works fine :-)

Janusz

Re: Error trying to clone an object

Posted: Sat Nov 07, 2020 11:05 pm
by admin
.