Added manifest, removed incendiary initial SQL

This commit is contained in:
Andrew Lalis 2019-02-23 08:33:39 +01:00 committed by andrewlalis
parent ce02d4d02b
commit 59ad51b686
2 changed files with 6 additions and 3 deletions

3
src/META-INF/MANIFEST.MF Normal file
View File

@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: nl.andrewlalis.Main

View File

@ -44,7 +44,7 @@
<component id="c2e9b" class="javax.swing.JTextArea" binding="templateTextArea">
<constraints/>
<properties>
<text value="select id, value, other_value from primes;"/>
<text value=""/>
</properties>
</component>
</children>
@ -95,7 +95,7 @@
<component id="17867" class="javax.swing.JTextArea" binding="testingTextArea">
<constraints/>
<properties>
<text value="select value, other_value, id from primes;"/>
<text value=""/>
</properties>
</component>
</children>
@ -369,7 +369,7 @@
<component id="cc50b" class="javax.swing.JTextArea" binding="initializationTextArea">
<constraints/>
<properties>
<text value="CREATE TABLE primes (&#10;&#9;id SERIAL NOT NULL,&#10;&#9;value INT NOT NULL,&#10;&#9;other_value TEXT NOT NULL DEFAULT 'fuck'&#10;);&#10;&#10;INSERT INTO primes(value, other_value) VALUES&#10;(2, 'nigger'), (3, 'cunt'), (5, 'piss'), (7, 'shit'), (11, 'spic');" noi18n="true"/>
<text value="" noi18n="true"/>
</properties>
</component>
</children>