<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/record-editor/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/record-editor/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/record-editor/bugs/</id><updated>2021-09-17T08:58:33.903000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>#17 Create Tables Script has invalid DDL for MySQL 5</title><link href="https://sourceforge.net/p/record-editor/bugs/17/?limit=25#b0d5" rel="alternate"/><published>2021-09-17T08:58:33.903000Z</published><updated>2021-09-17T08:58:33.903000Z</updated><author><name>Bruce Martin</name><uri>https://sourceforge.net/u/bruce_a_martin/</uri></author><id>https://sourceforge.netac61bf432de9300d974b3d1858cd5b571cdeca29</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A hack that may work is The Sql is stored in&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Windows&lt;/strong&gt;: C:\Program Files\RecordEdit\Generic\SQL\Create_RecordEdit.Sql&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Linux&lt;/strong&gt;: &amp;lt;home&amp;gt;/RecordEdit/Generic/SQL/Create_RecordEdit.Sql&amp;lt;/home&amp;gt;&lt;/p&gt;
&lt;p&gt;So it can be updated.&lt;/p&gt;
&lt;p&gt;In the &lt;strong&gt;RecordEditor lib &lt;/strong&gt;directory there is a bat / shell script runGenericInstall.bat/sh that will run the installer again&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;RecordEditor lib directory:&lt;/strong&gt; C:\Program Files\RecordEdit\Generic\lib&lt;br/&gt;
or &amp;lt;home&amp;gt;/RecordEdit/Generic/lib/&amp;lt;/home&amp;gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#17 Create Tables Script has invalid DDL for MySQL 5</title><link href="https://sourceforge.net/p/record-editor/bugs/17/?limit=25#819b" rel="alternate"/><published>2021-09-17T05:01:17.461000Z</published><updated>2021-09-17T05:01:17.461000Z</updated><author><name>Bruce Martin</name><uri>https://sourceforge.net/u/bruce_a_martin/</uri></author><id>https://sourceforge.net793586fad4a71489b96bf0dc01df5e89dfd74427</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Bruce Martin&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#17 Create Tables Script has invalid DDL for MySQL 5</title><link href="https://sourceforge.net/p/record-editor/bugs/17/?limit=25#0543" rel="alternate"/><published>2021-09-17T04:59:22.188000Z</published><updated>2021-09-17T04:59:22.188000Z</updated><author><name>Bruce Martin</name><uri>https://sourceforge.net/u/bruce_a_martin/</uri></author><id>https://sourceforge.net18dfdd9e039be88ea98c1243d4c7fbff096d6180</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Will do&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Create Tables Script has invalid DDL for MySQL 5</title><link href="https://sourceforge.net/p/record-editor/bugs/17/" rel="alternate"/><published>2021-09-17T02:52:40Z</published><updated>2021-09-17T02:52:40Z</updated><author><name>Jim Doyle</name><uri>https://sourceforge.net/u/jim_doyle/</uri></author><id>https://sourceforge.net28353959b1cbe1bb778c9d0e6161e08b53300ecf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;CREATE TABLE TBL_RFS_FIELDSELECTION&lt;br/&gt;
 (&lt;br/&gt;
    RECORDID integer,&lt;br/&gt;
    CHILD_KEY smallint,&lt;br/&gt;
    FIELD_NO smallint,&lt;br/&gt;
    BOOLEAN_OPERATOR smallint,&lt;br/&gt;
    FIELD_NAME varchar,&lt;br/&gt;
    OPERATOR char(2),&lt;br/&gt;
    FIELD_VALUE varchar&lt;br/&gt;
 )&lt;br/&gt;
 ;&lt;br/&gt;
** Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' OPERATOR char(2), FIELD_VALUE varchar )' at line 1&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Solution:  Add field limits:&lt;br/&gt;
CREATE TABLE TBL_RFS_FIELDSELECTION&lt;br/&gt;
 (&lt;br/&gt;
    RECORDID integer,&lt;br/&gt;
    CHILD_KEY smallint,&lt;br/&gt;
    FIELD_NO smallint,&lt;br/&gt;
    BOOLEAN_OPERATOR smallint,&lt;br/&gt;
    FIELD_NAME varchar(255),&lt;br/&gt;
    OPERATOR char(2),&lt;br/&gt;
    FIELD_VALUE varchar(255)&lt;br/&gt;
 );&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Create Tables Script has invalid DDL for MySQL 5</title><link href="https://sourceforge.net/p/record-editor/bugs/17/" rel="alternate"/><published>2021-09-17T02:52:40Z</published><updated>2021-09-17T02:52:40Z</updated><author><name>Jim Doyle</name><uri>https://sourceforge.net/u/jim_doyle/</uri></author><id>https://sourceforge.netc84c09709a053d542d99c0d1737f40d2436bf46b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 17 has been modified: Create Tables Script has invalid DDL for MySQL 5&lt;br/&gt;
Edited By: Bruce Martin (bruce_a_martin)&lt;br/&gt;
Owner updated: None =&amp;gt; 'bruce_a_martin'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#16 Trailing delimiters (";") vanishing in a record with delimited fields</title><link href="https://sourceforge.net/p/record-editor/bugs/16/?limit=25#f13a" rel="alternate"/><published>2020-11-13T21:59:38.550000Z</published><updated>2020-11-13T21:59:38.550000Z</updated><author><name>Bruce Martin</name><uri>https://sourceforge.net/u/bruce_a_martin/</uri></author><id>https://sourceforge.net34926f37036e0b4060b24715e8a4ffc108f8b8f6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I checked it now. With the x-basic parser it works as expected.&lt;br/&gt;
Thank you again.&lt;br/&gt;
Joerg&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#16 Trailing delimiters (";") vanishing in a record with delimited fields</title><link href="https://sourceforge.net/p/record-editor/bugs/16/?limit=25#a3cf" rel="alternate"/><published>2020-11-12T12:54:29.936000Z</published><updated>2020-11-12T12:54:29.936000Z</updated><author><name>Bruce Martin</name><uri>https://sourceforge.net/u/bruce_a_martin/</uri></author><id>https://sourceforge.net5e27407244d65a3a41e9f1a9403d4c834449be67</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you very much I will check it today.&lt;br/&gt;
Best regards &lt;br/&gt;
Joerg&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#16 Trailing delimiters (";") vanishing in a record with delimited fields</title><link href="https://sourceforge.net/p/record-editor/bugs/16/?limit=25#bab6" rel="alternate"/><published>2020-11-12T04:02:31.566000Z</published><updated>2020-11-12T04:02:31.566000Z</updated><author><name>Bruce Martin</name><uri>https://sourceforge.net/u/bruce_a_martin/</uri></author><id>https://sourceforge.net6967bf61923b9933b4dc74abf192fe9313657d9b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The parser option might solve your problem. The basic parser will drop trailing field separators. Other parsers you could try are&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;X Basic - Delimiter for all fields&lt;/code&gt; - if there are 10 fields, will put in 9 &lt;em&gt;field separators&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;X Basic - Delimiter for all fields + 1&lt;/code&gt; - if there are 10 fields, will put in 10 &lt;em&gt;f&lt;/em&gt;ield separators&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#16 Trailing delimiters (";") vanishing in a record with delimited fields</title><link href="https://sourceforge.net/p/record-editor/bugs/16/?limit=25#203f" rel="alternate"/><published>2020-11-11T22:17:39.410000Z</published><updated>2020-11-11T22:17:39.410000Z</updated><author><name>Bruce Martin</name><uri>https://sourceforge.net/u/bruce_a_martin/</uri></author><id>https://sourceforge.net08b17a4306961e29c8971bca59cd12ba3f0d805c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Forget: I used the USB Version 0.97g and also test the newest with the same result.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Trailing delimiters (";") vanishing in a record with delimited fields</title><link href="https://sourceforge.net/p/record-editor/bugs/16/" rel="alternate"/><published>2020-11-11T22:13:23.513000Z</published><updated>2020-11-11T22:13:23.513000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netcbda37d8ffeab027c9210ecfe876ce1b51ddef20</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Have a racrord with delimited fields (no quotes) and extended basic parser is select in the record description. Some fields at the end are empty, e,g,:   AA;BB;CC;;;&lt;br/&gt;
If I now insert   one character  maybe BB -&amp;gt; BBB save it and look in a texteditor I see:  AA;BBB;CC;;&lt;br/&gt;
If I repeat it, the next delimiter is gone. &lt;br/&gt;
If I write a character in the last empy field save it, delete the character and save again, the delimiters are all back in the stored file.&lt;br/&gt;
This is persistent. It seems it's a problem with the buffer alocation. &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>