<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Skipper support site - Recent questions and answers</title>
<link>http://skipper18.com/support/qa</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Possible to update revision when exporting?</title>
<link>http://skipper18.com/support/4321/possible-to-update-revision-when-exporting?show=4325#a4325</link>
<description>&lt;p&gt;Ok, I understand now. But this is already included in the Skipper. &lt;/p&gt;

&lt;p&gt;When you press export and there is new  changes in the migrations, Skipper automatically tell you about this and ask if new migration should be created.&lt;/p&gt;

&lt;p&gt;So if you not see this message, you probably turned it off. Check your settings and search for this option&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/114/11472548346714119908.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Feature Request</category>
<guid isPermaLink="true">http://skipper18.com/support/4321/possible-to-update-revision-when-exporting?show=4325#a4325</guid>
<pubDate>Thu, 14 Nov 2024 14:56:33 +0000</pubDate>
</item>
<item>
<title>How to export with latestOfMany() relationships for hasOne?</title>
<link>http://skipper18.com/support/4317/how-to-export-with-latestofmany-relationships-for-hasone</link>
<description>&lt;p&gt;I am exporting my project to a test environment and it is copying over all the models exported by Skipper as expected. I am using Laravel and so far everything is going well. &lt;/p&gt;

&lt;p&gt;In order to not change the workflow I need to define latestOfMany() as the relationship default behaviour in the exported Abstract Model. &lt;/p&gt;

&lt;p&gt;Is there something I'm missing, can you define such behaviour in Skipper?&lt;/p&gt;

&lt;p&gt;Many thanks&lt;/p&gt;
</description>
<category>General Questions</category>
<guid isPermaLink="true">http://skipper18.com/support/4317/how-to-export-with-latestofmany-relationships-for-hasone</guid>
<pubDate>Mon, 11 Nov 2024 15:31:23 +0000</pubDate>
</item>
<item>
<title>Answered: Licence reset on each start</title>
<link>http://skipper18.com/support/4312/licence-reset-on-each-start?show=4313#a4313</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;this is very strange behavior, probably caused by some unusual OS configuration.&lt;/p&gt;

&lt;p&gt;please write me to ludek.vodicka@skipper18.com together with your license key so I can check it more.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>General Questions</category>
<guid isPermaLink="true">http://skipper18.com/support/4312/licence-reset-on-each-start?show=4313#a4313</guid>
<pubDate>Tue, 04 Jun 2024 08:31:56 +0000</pubDate>
</item>
<item>
<title>Error on numerics with custom decimals after update to 3.3.7 | Laravel 9</title>
<link>http://skipper18.com/support/4309/error-numerics-with-custom-decimals-after-update-to-laravel</link>
<description>&lt;p&gt;I have a field with type decimal and decimal set to 3.&lt;/p&gt;

&lt;p&gt;before update:&lt;br&gt;
  $table-&amp;gt;decimal('weight', 8, 3)-&amp;gt;nullable(true)-&amp;gt;after('value')-&amp;gt;change();&lt;/p&gt;

&lt;p&gt;after update:&lt;br&gt;
   $table-&amp;gt;decimal('weight', 3)-&amp;gt;nullable(true)-&amp;gt;after('value')-&amp;gt;change();&lt;br&gt;
error:&lt;/p&gt;

&lt;p&gt;Numeric value out of range: 1264 Out of range value for column 'weight' at row 300 (SQL: ALTER TABLE amounts CHANGE weight weight NUMERIC(3, 2) DEFAULT NULL)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/077/7710611208769993168.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4309/error-numerics-with-custom-decimals-after-update-to-laravel</guid>
<pubDate>Wed, 03 Apr 2024 12:27:20 +0000</pubDate>
</item>
<item>
<title>Answered: Doctrine3 Support</title>
<link>http://skipper18.com/support/4307/doctrine3-support?show=4308#a4308</link>
<description>&lt;p&gt;Hello Willy, we just replied you also to your email. As we wrote, D3 definitions should be fully compatible with Doctrien2. So feel free to use D2 support on your D3 project.&lt;/p&gt;

&lt;p&gt;In case you will find any inconsistencies, please let us know.&lt;/p&gt;
</description>
<guid isPermaLink="true">http://skipper18.com/support/4307/doctrine3-support?show=4308#a4308</guid>
<pubDate>Tue, 26 Mar 2024 14:39:14 +0000</pubDate>
</item>
<item>
<title>Custom field options are not populated in Doctrine2 JoinColumn</title>
<link>http://skipper18.com/support/4303/custom-field-options-are-not-populated-doctrine2-joincolumn</link>
<description>&lt;p&gt;All fields under Field Proprties are allowed to have options-&amp;gt;comment added, that is saved in DDL via Doctrine's [options: comment=&quot;...&quot;] mapping. While it would be nice if the &quot;Description&quot; also populated comment in the DDL, this isn't the biggest problem.&lt;/p&gt;

&lt;p&gt;With a Many-to-One association added in the Associations tab a new field, say &quot;pt_id&quot;, will be added in Field Properties tab. However, adding text in options =&amp;gt; comment does &lt;strong&gt;not&lt;/strong&gt; populate [options: comment=&quot;...&quot;] in #[JoinColumn] but only for #[Column].&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4303/custom-field-options-are-not-populated-doctrine2-joincolumn</guid>
<pubDate>Mon, 18 Sep 2023 06:06:31 +0000</pubDate>
</item>
<item>
<title>Answered: [Poll] Which ORM Framework will be supported next?</title>
<link>http://skipper18.com/support/686/poll-which-orm-framework-will-be-supported-next?show=4301#a4301</link>
<description>&lt;p&gt;I would love to see support for TypeORM as for some of our next projects we aim to use NestJS.&lt;/p&gt;
</description>
<category>General Questions</category>
<guid isPermaLink="true">http://skipper18.com/support/686/poll-which-orm-framework-will-be-supported-next?show=4301#a4301</guid>
<pubDate>Sat, 02 Sep 2023 06:15:39 +0000</pubDate>
</item>
<item>
<title>Strange table name</title>
<link>http://skipper18.com/support/4298/strange-table-name</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I designed a Laravel Eloquent ORM with Skipper. I have an Entity named SourceDB.&lt;br&gt;
When I export to ORM I have :&lt;br&gt;
 - Models are named &lt;em&gt;SourceDB&lt;/em&gt;&lt;br&gt;
 - Migration create a datatable named &lt;em&gt;source_dbs&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;But when I want to seed my database with the model, Laravel raise an error :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;   Illuminate\Database\QueryException
  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'testdb.source_d_b_s' doesn't exist (Connection: mysql, SQL: insert into `source_d_b_s` (`server_id`, `name`, `updated_at`, `created_at`) values (1, MyDB, 2023-08-04 13:13:13, 2023-08-04 13:13:13))
&lt;/code&gt;&lt;/pre&gt;
</description>
<guid isPermaLink="true">http://skipper18.com/support/4298/strange-table-name</guid>
<pubDate>Fri, 04 Aug 2023 16:36:34 +0000</pubDate>
</item>
<item>
<title>&quot;Import External Model&quot; with MySQL not using proper port?</title>
<link>http://skipper18.com/support/4263/import-external-model-with-mysql-not-using-proper-port</link>
<description>&lt;p&gt;I am running two instances of MySQL on my machine, one on port 3306 one in 3400. When I try to import the model from the 3400 instance, the connection is still being attempted with 3306 even with the proper setting in the dialog. &lt;/p&gt;

&lt;p&gt;Is this a known issue? &lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4263/import-external-model-with-mysql-not-using-proper-port</guid>
<pubDate>Fri, 04 Aug 2023 16:36:31 +0000</pubDate>
</item>
<item>
<title>Laravel Model and Migration Reconcile</title>
<link>http://skipper18.com/support/4296/laravel-model-and-migration-reconcile</link>
<description>&lt;p&gt;Often, I make changes to models and migrations on the fly while coding.  I try to remember to go back into Skipper and duplicate these changes, but it would be nice if there was a tool within Skipper that would update a project by reconciling models and migrations updated/added outside of Skipper.  If this tool was created, I'd expect that the skipper format would have to be strictly followed and the tool would reject updated/added models and migrations when it wasn't.  Just a thought.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Stephen&lt;/p&gt;
</description>
<category>Feature Request</category>
<guid isPermaLink="true">http://skipper18.com/support/4296/laravel-model-and-migration-reconcile</guid>
<pubDate>Wed, 14 Jun 2023 14:27:57 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] Index lenghts is not as expected</title>
<link>http://skipper18.com/support/4291/fixed-index-lenghts-is-not-as-expected?show=4295#a4295</link>
<description>&lt;p&gt;Thanks for reporting this issue. The fix is available in the latest beta here:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4291/fixed-index-lenghts-is-not-as-expected?show=4295#a4295</guid>
<pubDate>Wed, 14 Jun 2023 13:55:14 +0000</pubDate>
</item>
<item>
<title>Skipper Linux x64 consuming huge amounts of VRAM using mutter-x11-frames</title>
<link>http://skipper18.com/support/4274/skipper-linux-consuming-huge-amounts-vram-using-mutter-frames</link>
<description>&lt;p&gt;I've noticed that Skipper is consuming huge amounts of VRAM when open for several hours with the following config:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Skipper AppImage Linux&lt;/li&gt;
&lt;li&gt;Ubuntu 23.04 with GNOME 44&lt;/li&gt;
&lt;li&gt;X11&lt;/li&gt;
&lt;li&gt;2560x1440@165Hz@100%&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Output of nvidia-smi - you can clearly see mutter-x11-frames consuming &amp;gt;3GB VRAM&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Thu May 11 16:54:57 2023       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.105.17   Driver Version: 525.105.17   CUDA Version: 12.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0  On |                  N/A |
| N/A   53C    P0    34W / 115W |   5197MiB / 16384MiB |      3%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      7922      G   /usr/lib/xorg/Xorg               1006MiB |
|    0   N/A  N/A      8177      G   /usr/bin/gnome-shell              258MiB |
|    0   N/A  N/A      8194      G   ...libexec/mutter-x11-frames     3380MiB |
|    0   N/A  N/A      8565      G   .../usr/bin/telegram-desktop       57MiB |
|    0   N/A  N/A      9345      G   ...veSuggestionsOnlyOnDemand       79MiB |
|    0   N/A  N/A      9403      G   ...RendererForSitePerProcess       35MiB |
|    0   N/A  N/A     10826      G   ...993402366275824947,131072       74MiB |
|    0   N/A  N/A     11110      G   ...b/thunderbird/thunderbird      171MiB |
|    0   N/A  N/A     12386      G   ...features=BackForwardCache       63MiB |
|    0   N/A  N/A     39624      G   /usr/bin/nautilus                  11MiB |
|    0   N/A  N/A     49680      G   ...RendererForSitePerProcess       28MiB |
|    0   N/A  N/A    165800      G   /usr/bin/gjs                       24MiB |
+-----------------------------------------------------------------------------+
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4274/skipper-linux-consuming-huge-amounts-vram-using-mutter-frames</guid>
<pubDate>Thu, 11 May 2023 15:02:39 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] Annotation export comment line length limit</title>
<link>http://skipper18.com/support/4270/fixed-annotation-export-comment-line-length-limit?show=4273#a4273</link>
<description>&lt;p&gt;We fixed this issue today. The fix is available in beta here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is our testing sample for 119, 120 and 121 characters:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;?php

use Doctrine\ORM\Mapping as ORM;

/**
 * @ORM\Entity
 */
class Entity2
{
    /**
     * @ORM\Column(type=&quot;string&quot;, length=255, nullable=true, name=&quot;contract_type_h&quot;, options={&quot;collation&quot;:&quot;ascii_bin&quot;})
     */
    private $t120;

    /**
     * @ORM\Column(
     *     type=&quot;string&quot;,
     *     length=255,
     *     nullable=true,
     *     name=&quot;contract_type_ha&quot;,
     *     options={&quot;collation&quot;:&quot;ascii_bin&quot;}
     * )
     */
    private $t121;

    /**
     * @ORM\Column(type=&quot;string&quot;, length=255, nullable=true, name=&quot;contract_type_&quot;, options={&quot;collation&quot;:&quot;ascii_bin&quot;})
     */
    private $t119;
}
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4270/fixed-annotation-export-comment-line-length-limit?show=4273#a4273</guid>
<pubDate>Tue, 02 May 2023 15:10:24 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] Model Import from non standard MySQL port not working?!</title>
<link>http://skipper18.com/support/4264/closed-model-import-from-non-standard-mysql-port-not-working?show=4266#a4266</link>
<description>&lt;p&gt;I just tested it and everything works as expected. I created a docker instance of MySQL on port 3308.&lt;/p&gt;

&lt;p&gt;When I tried to connect via 3306 port, I received:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/025/2517163014519943105.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;and when updated the port to 3308, the wizard correctly detect the instance and import is made from this 3308 port:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/135/13579287964818394485.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;and import process:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/144/14480145157552639077.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;So I believe there is no issue with port selection in the wizard import dialog. Can you please try it on your side and let me know? If the issue still remains, please provide me with more information on how to simulate it.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4264/closed-model-import-from-non-standard-mysql-port-not-working?show=4266#a4266</guid>
<pubDate>Mon, 27 Mar 2023 06:08:45 +0000</pubDate>
</item>
<item>
<title>Answered: [solved] removing entity</title>
<link>http://skipper18.com/support/4259/solved-removing-entity?show=4262#a4262</link>
<description>&lt;p&gt;Fixed:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4259/solved-removing-entity?show=4262#a4262</guid>
<pubDate>Tue, 14 Feb 2023 10:58:34 +0000</pubDate>
</item>
<item>
<title>Answered: [solved] Wrong type hinting property name on polymorphic association (Laravel)</title>
<link>http://skipper18.com/support/4244/solved-hinting-property-polymorphic-association-laravel?show=4258#a4258</link>
<description>&lt;p&gt;Fixed in latest beta:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4244/solved-hinting-property-polymorphic-association-laravel?show=4258#a4258</guid>
<pubDate>Thu, 09 Feb 2023 21:51:43 +0000</pubDate>
</item>
<item>
<title>Are skipper able to create has many through relations?</title>
<link>http://skipper18.com/support/4253/are-skipper-able-to-create-has-many-through-relations</link>
<description>&lt;p&gt;Is there a way to define hasmanythrough realtions in skipper?&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://laravel.com/docs/9.x/eloquent-relationships#has-many-through&quot;&gt;https://laravel.com/docs/9.x/eloquent-relationships#has-many-through&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;/Frode&lt;/p&gt;
</description>
<category>General Questions</category>
<guid isPermaLink="true">http://skipper18.com/support/4253/are-skipper-able-to-create-has-many-through-relations</guid>
<pubDate>Tue, 07 Feb 2023 15:32:52 +0000</pubDate>
</item>
<item>
<title>Changing VirtualAs generates illegal migration</title>
<link>http://skipper18.com/support/4246/changing-virtualas-generates-illegal-migration</link>
<description>&lt;p&gt;If I need to change a concat value for a VirtualAs column, Skipper generates a migration that fails: 'Changing the STORED status' is not supported for generated columns'&lt;/p&gt;

&lt;p&gt;Instead this column should be deleted and added?&lt;/p&gt;

&lt;p&gt;If not, how do I recover from this without having to break my earlier migrations?&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4246/changing-virtualas-generates-illegal-migration</guid>
<pubDate>Wed, 01 Feb 2023 10:20:04 +0000</pubDate>
</item>
<item>
<title>Answered: [Answered] Manually create migrations</title>
<link>http://skipper18.com/support/4240/answered-manually-create-migrations?show=4241#a4241</link>
<description>&lt;p&gt;Hello Frode,&lt;br&gt;
sorry for the late reply, I missed the notification.&lt;/p&gt;

&lt;p&gt;You can do this for example by importing your whole project (from the database for example), creating the first migration, and then marking this migration as non-exportable.&lt;/p&gt;

&lt;p&gt;You can find these settings in the migration management dialog-&amp;gt;enable/disable migration export&lt;/p&gt;
</description>
<category>How To &amp; Manuals</category>
<guid isPermaLink="true">http://skipper18.com/support/4240/answered-manually-create-migrations?show=4241#a4241</guid>
<pubDate>Wed, 02 Nov 2022 08:38:58 +0000</pubDate>
</item>
<item>
<title>Answered: defining indexes in Table attribute doesn't work, I have to use Index attribute instead</title>
<link>http://skipper18.com/support/4229/defining-indexes-table-attribute-doesnt-attribute-instead?show=4239#a4239</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;new Skiper version with updated Attributes export for JoinColumn, InverseJoinColumn, JoinTable, Index, UniqueIndex is available for download.&lt;/p&gt;

&lt;p&gt;Please test it and let me know if it solves all issues you had.&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We had to implement several if-def sections and refact some import/export but based on our unit testing everything is working smoothly.&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4229/defining-indexes-table-attribute-doesnt-attribute-instead?show=4239#a4239</guid>
<pubDate>Tue, 27 Sep 2022 12:54:36 +0000</pubDate>
</item>
<item>
<title>Answered: Find a way for PHP attribute generator to match Symfony coding standards</title>
<link>http://skipper18.com/support/4218/find-way-attribute-generator-match-symfony-coding-standards?show=4227#a4227</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;A new beta with implemented after-export custom tasks is available for download:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please try it and let me know if you are able to configure everything you need.&lt;/p&gt;

&lt;p&gt;Ludek&lt;/p&gt;
</description>
<category>Feature Request</category>
<guid isPermaLink="true">http://skipper18.com/support/4218/find-way-attribute-generator-match-symfony-coding-standards?show=4227#a4227</guid>
<pubDate>Wed, 07 Sep 2022 18:27:44 +0000</pubDate>
</item>
<item>
<title>Answered: Php 8 attributes errors</title>
<link>http://skipper18.com/support/4212/php-8-attributes-errors?show=4217#a4217</link>
<description>&lt;p&gt;Hello Steeve,&lt;/p&gt;

&lt;p&gt;we just released new Skipper version with several bug fixes including fixes to issues you reported (wrong options, wrong discriminator map, fix for missing new keyword, and a few other).&lt;/p&gt;

&lt;p&gt;Version is automatically distributed as a new 3.3.1 version through our automatic updates or can be downloaded here:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/en/download&quot;&gt;https://www.skipper18.com/en/download&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please test it and let me know if you will find any other issues. Thanks&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4212/php-8-attributes-errors?show=4217#a4217</guid>
<pubDate>Wed, 17 Aug 2022 16:30:38 +0000</pubDate>
</item>
<item>
<title>Answered: One-to-one relation is converted to one-to-many when opening relation editor after file is closed and re-opened</title>
<link>http://skipper18.com/support/4136/relation-converted-opening-relation-editor-closed-opened?show=4213#a4213</link>
<description>&lt;p&gt;Sorry for ultra-slow response but your question was marked as spam and we noticed it now.&lt;/p&gt;

&lt;p&gt;This issue was already fixed in one of the latest versions.&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4136/relation-converted-opening-relation-editor-closed-opened?show=4213#a4213</guid>
<pubDate>Wed, 17 Aug 2022 07:20:40 +0000</pubDate>
</item>
<item>
<title>Answered: Are there any plans for supporting TypeORM?</title>
<link>http://skipper18.com/support/4184/are-there-any-plans-for-supporting-typeorm?show=4211#a4211</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have good news for you. Although it's not a TypeORM, because of more requests we decided to try to support Javascript frameworks.&lt;/p&gt;

&lt;p&gt;At first, we implemented KnexJS support in skipper (migrations + type interfaces + table enums export).&lt;/p&gt;

&lt;p&gt;New beta with KnexJS support is available here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Based on our research TypeORM is probably currently the most used ORM together with Knex, so we have plans to implement it too.&lt;/p&gt;
</description>
<category>Feature Request</category>
<guid isPermaLink="true">http://skipper18.com/support/4184/are-there-any-plans-for-supporting-typeorm?show=4211#a4211</guid>
<pubDate>Thu, 04 Aug 2022 08:01:07 +0000</pubDate>
</item>
<item>
<title>Answered: Odd Maintenance Warning After Beta Load in May</title>
<link>http://skipper18.com/support/4204/odd-maintenance-warning-after-beta-load-in-may?show=4210#a4210</link>
<description>&lt;p&gt;Hello Stephen, sorry for the late reply.&lt;/p&gt;

&lt;p&gt;I believe this issue is caused by the custom system theme. &lt;/p&gt;

&lt;p&gt;What OS are you using and what theme, please?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4204/odd-maintenance-warning-after-beta-load-in-may?show=4210#a4210</guid>
<pubDate>Thu, 04 Aug 2022 07:23:45 +0000</pubDate>
</item>
<item>
<title>Answered: Doctrine Attributes dublicating skipper beta</title>
<link>http://skipper18.com/support/4206/doctrine-attributes-dublicating-skipper-beta?show=4208#a4208</link>
<description>&lt;p&gt;Thanks again for the reporting and example project. This bug is now fixed in the latest beta here:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please test it and let me know if you find anything else.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4206/doctrine-attributes-dublicating-skipper-beta?show=4208#a4208</guid>
<pubDate>Mon, 01 Aug 2022 20:40:19 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] Is it possible to export Doctrine configuration with Attributes</title>
<link>http://skipper18.com/support/4128/closed-possible-export-doctrine-configuration-attributes?show=4203#a4203</link>
<description>&lt;p&gt;A new beta version with first attributes support is available here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please test it and let us know your experiences. We had to rewrite a lot of parts of PHP code parsers/generators/mergers and improved a lot of areas of code formating.&lt;/p&gt;

&lt;p&gt;All our unit tests and testing projects are now green but there can be still a lot of bugs. So please report anything unusual.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4128/closed-possible-export-doctrine-configuration-attributes?show=4203#a4203</guid>
<pubDate>Thu, 09 Jun 2022 07:12:53 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] how to import with php8 annotation in symfony 6 project</title>
<link>http://skipper18.com/support/4149/solved-how-to-import-with-php8-annotation-in-symfony-project?show=4202#a4202</link>
<description>&lt;p&gt;A new beta version with first attributes support is available here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please test it and let us know your experiences. We had to rewrite a lot of parts of PHP code parsers/generators/mergers and improved a lot of areas of code formating.&lt;/p&gt;

&lt;p&gt;All our unit tests and testing projects are now green but there can be still a lot of bugs. So please report anything unusual.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4149/solved-how-to-import-with-php8-annotation-in-symfony-project?show=4202#a4202</guid>
<pubDate>Thu, 09 Jun 2022 07:12:27 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] Skipper not working with php8 annotation syntax</title>
<link>http://skipper18.com/support/4148/closed-skipper-not-working-with-php8-annotation-syntax?show=4200#a4200</link>
<description>&lt;p&gt;A new beta version with first attributes support is available here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please test it and let us know your experiences. We had to rewrite a lot of parts of PHP code parsers/generators/mergers and improved a lot of areas of code formating.&lt;/p&gt;

&lt;p&gt;All our unit tests and testing projects are now green but there can be still a lot of bugs. So please report anything unusual.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4148/closed-skipper-not-working-with-php8-annotation-syntax?show=4200#a4200</guid>
<pubDate>Thu, 09 Jun 2022 07:11:33 +0000</pubDate>
</item>
<item>
<title>Answered: [fixed] Is it possible to do a Laravel/Eloquent MySQL ORM import that maintains field order (currently alphabetical)</title>
<link>http://skipper18.com/support/4165/possible-laravel-eloquent-maintains-currently-alphabetical?show=4194#a4194</link>
<description>&lt;p&gt;Fixed in latest beta:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4165/possible-laravel-eloquent-maintains-currently-alphabetical?show=4194#a4194</guid>
<pubDate>Mon, 23 May 2022 08:32:10 +0000</pubDate>
</item>
<item>
<title>use skipper with eloquent and phinx</title>
<link>http://skipper18.com/support/4179/use-skipper-with-eloquent-and-phinx</link>
<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;For a new project I need to use the SLIM4 framework instead of my trusted laravel. I have added Eloquent and will do migrations through phinx (from cakephp).&lt;br&gt;
I want to use skipper for databases design, ORM class generation and migration. I almost got it working but two thing are still giving me trouble: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;the generated filename for migrations are of a form that phinx does not understand, and I can't find a way to make it more succeptible. skipper generates yyyy&lt;em&gt;mm&lt;/em&gt;dd&lt;em&gt;tttttt&lt;/em&gt;{name}.php but phynx does not recognise this file, it needs yyyymmddtttttt_{name}.php. Is there any way to set the output filename format for migration files? &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the migration class (&lt;code&gt;use&lt;/code&gt; top of migration file) is fixed at &lt;code&gt;Illuminate\Database\Migrations\Migration&lt;/code&gt;. In my case that needs to be \Migration\Migration which is the class that extends the phinx abstract mygration class. Is there any way to setup the template(?) skipper uses? &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;all the best!&lt;br&gt;
Michael&lt;/p&gt;
</description>
<category>General Questions</category>
<guid isPermaLink="true">http://skipper18.com/support/4179/use-skipper-with-eloquent-and-phinx</guid>
<pubDate>Fri, 13 May 2022 17:55:54 +0000</pubDate>
</item>
<item>
<title>Answered: Setting key / index length</title>
<link>http://skipper18.com/support/4152/setting-key-index-length?show=4160#a4160</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;please try to download the latest beta &lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and try new options property on indexes. (we implemented lengths and where property)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/037/3772620507179345629.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Feature Request</category>
<guid isPermaLink="true">http://skipper18.com/support/4152/setting-key-index-length?show=4160#a4160</guid>
<pubDate>Fri, 25 Mar 2022 07:44:25 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] Can't copy file... Error: boost::filesystem::copy_file: Invalid argument</title>
<link>http://skipper18.com/support/4139/closed-error-boost-filesystem-copy_file-invalid-argument?show=4146#a4146</link>
<description>&lt;p&gt;Hello Carl,&lt;br&gt;
I just deployed the new Skipper beta with upgraded libraries to the latest versions including a boost upgrade to 1.78&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This version should contain a fix for your issue. Please test it and let me know.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4139/closed-error-boost-filesystem-copy_file-invalid-argument?show=4146#a4146</guid>
<pubDate>Sat, 05 Feb 2022 11:28:39 +0000</pubDate>
</item>
<item>
<title>Answered: Does Skipper run on MacOS Monterey?</title>
<link>http://skipper18.com/support/4134/does-skipper-run-on-macos-monterey?show=4135#a4135</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;we are not aware of any issues on Monterey. So feel free to install it.&lt;/p&gt;

&lt;p&gt;Ludek&lt;/p&gt;
</description>
<category>General Questions</category>
<guid isPermaLink="true">http://skipper18.com/support/4134/does-skipper-run-on-macos-monterey?show=4135#a4135</guid>
<pubDate>Thu, 13 Jan 2022 21:32:07 +0000</pubDate>
</item>
<item>
<title>Answered: Unique Constraint and Doctrine Table Name Error</title>
<link>http://skipper18.com/support/4131/unique-constraint-and-doctrine-table-name-error?show=4132#a4132</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;In case you need to export a different column name than the field name, you can use the &quot;column name&quot; property in ORM property editor.&lt;/p&gt;

&lt;p&gt;You're experiencing this issue probably because @UniqueConstrains needs to have column list, not field liest. So you need to configure your Colum name properly.&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4131/unique-constraint-and-doctrine-table-name-error?show=4132#a4132</guid>
<pubDate>Tue, 11 Jan 2022 07:22:11 +0000</pubDate>
</item>
<item>
<title>Answered: SSH Tunnel for MySQL Import and Navicat Support</title>
<link>http://skipper18.com/support/4126/ssh-tunnel-for-mysql-import-and-navicat-support?show=4127#a4127</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
thank you for the feature suggestion.&lt;/p&gt;

&lt;p&gt;Unfortunately, SSH tunneling isn't currently supported. We can check MYSQL drivers if they support it but I think there was some issue with that (maybe this wasn't available at all or there were some problems with that).&lt;/p&gt;

&lt;p&gt;As an alternative, you can use Putty and SSH port tunneling, which allows you to connect to remote SSH systems and forward ports.&lt;/p&gt;

&lt;p&gt;Regarding Navicat, what kind of support would you need? Do you mean import from Navicat format to Skipper? &lt;/p&gt;

&lt;p&gt;Ludek&lt;/p&gt;
</description>
<category>Feature Request</category>
<guid isPermaLink="true">http://skipper18.com/support/4126/ssh-tunnel-for-mysql-import-and-navicat-support?show=4127#a4127</guid>
<pubDate>Fri, 19 Nov 2021 22:27:36 +0000</pubDate>
</item>
<item>
<title>Answered: How to do references with mongodb odm?</title>
<link>http://skipper18.com/support/4119/how-to-do-references-with-mongodb-odm?show=4120#a4120</link>
<description>&lt;p&gt;I'm not sure where can be a problem. Just create association between two entities and fill aliases for directions you want to have generated.&lt;/p&gt;
</description>
<category>How To &amp; Manuals</category>
<guid isPermaLink="true">http://skipper18.com/support/4119/how-to-do-references-with-mongodb-odm?show=4120#a4120</guid>
<pubDate>Tue, 14 Sep 2021 20:58:25 +0000</pubDate>
</item>
<item>
<title>Answered: Laravel Doc Block property types</title>
<link>http://skipper18.com/support/4113/laravel-doc-block-property-types?show=4116#a4116</link>
<description>&lt;p&gt;The new beta is ready with fixes for these issues:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;timestamp and timestamptz is exported as \Carbon\Carbon&lt;/li&gt;
&lt;li&gt;uuid is exported as string&lt;/li&gt;
&lt;li&gt;new property docPropertyType for type customization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please test it and let me know.&lt;/p&gt;
</description>
<category>Bug report</category>
<guid isPermaLink="true">http://skipper18.com/support/4113/laravel-doc-block-property-types?show=4116#a4116</guid>
<pubDate>Mon, 30 Aug 2021 08:51:13 +0000</pubDate>
</item>
<item>
<title>Answered: Toggle foreign key generation</title>
<link>http://skipper18.com/support/4111/toggle-foreign-key-generation?show=4112#a4112</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;unfortunately, it's not possible to disable exporting of one association. This would lead to several inconsistencies and it would be very complicated to implement it (a lot of unnecessary IFs which could bring new errors).&lt;/p&gt;

&lt;p&gt;But, you can split your modifications into two revisions and disable the export of the specified revision. In the first step, create tables and everything you need to be exported, in the second step, create the association. Then, in the migration manager, select the second revision and disable this revision for the export.&lt;/p&gt;
</description>
<category>Feature Request</category>
<guid isPermaLink="true">http://skipper18.com/support/4111/toggle-foreign-key-generation?show=4112#a4112</guid>
<pubDate>Tue, 17 Aug 2021 06:13:40 +0000</pubDate>
</item>
<item>
<title>Answered: Can I hide an entity from the graph</title>
<link>http://skipper18.com/support/4108/can-i-hide-an-entity-from-the-graph?show=4109#a4109</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;sorry, it's not possible to hide an entity. It doesn't make sense to hide something that is exported.&lt;/p&gt;

&lt;p&gt;But, you can split the lines leading from this entity. Simply double click on the association and check &quot;splitted&quot;&lt;/p&gt;
</description>
<category>How To &amp; Manuals</category>
<guid isPermaLink="true">http://skipper18.com/support/4108/can-i-hide-an-entity-from-the-graph?show=4109#a4109</guid>
<pubDate>Fri, 18 Jun 2021 21:17:56 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] Update document generation to avoid deprecation notices of doctrine/mongo-db-odm</title>
<link>http://skipper18.com/support/4050/update-document-generation-deprecation-notices-doctrine?show=4096#a4096</link>
<description>&lt;p&gt;New version with implemented chages for 2)&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4050/update-document-generation-deprecation-notices-doctrine?show=4096#a4096</guid>
<pubDate>Thu, 27 May 2021 12:31:29 +0000</pubDate>
</item>
<item>
<title>Answered: [Implemented] Code hinting for properties on Laravel model</title>
<link>http://skipper18.com/support/4046/implemented-code-hinting-for-properties-on-laravel-model?show=4088#a4088</link>
<description>&lt;p&gt;New beta version with this feature is available here:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please test it on your model and let me know.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4046/implemented-code-hinting-for-properties-on-laravel-model?show=4088#a4088</guid>
<pubDate>Wed, 26 May 2021 09:38:04 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] Dark mode export status unreadable</title>
<link>http://skipper18.com/support/4022/fixed-dark-mode-export-status-unreadable?show=4077#a4077</link>
<description>&lt;p&gt;This issue should be already fixed in latest version.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4022/fixed-dark-mode-export-status-unreadable?show=4077#a4077</guid>
<pubDate>Tue, 25 May 2021 05:33:55 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] PHP 8 Union Types Unsupported</title>
<link>http://skipper18.com/support/4063/solved-php-8-union-types-unsupported?show=4073#a4073</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;we just released a new beta which contains PHP parser fix for this issue.&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please try it and let me know if everything works as expected.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4063/solved-php-8-union-types-unsupported?show=4073#a4073</guid>
<pubDate>Mon, 24 May 2021 16:42:03 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] Running xmllint against generated schema fails</title>
<link>http://skipper18.com/support/4065/fixed-running-xmllint-against-generated-schema-fails?show=4072#a4072</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;we just released a new beta that contains as many XSD fixes as possible.&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As I wrote before, unfortunately, there are some areas where XSD isn't in sync with documentation. So in these cases, it will be necessary to report it to the Doctrine team for fix.&lt;/p&gt;

&lt;p&gt;Please try it and let me know in case you will find any other inconsistencies. But all our unit tests are now passing (after removing cascade-merge for example).&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4065/fixed-running-xmllint-against-generated-schema-fails?show=4072#a4072</guid>
<pubDate>Mon, 24 May 2021 16:40:56 +0000</pubDate>
</item>
<item>
<title>Answered: Import laravel migrations</title>
<link>http://skipper18.com/support/4058/import-laravel-migrations?show=4059#a4059</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;unfortunately, there is no way how to import existing migrations to Skipper. You can import an existing model from the database which will be imported as one initial migration.&lt;/p&gt;

&lt;p&gt;But it seems you are having trouble also with the entity imports. Did you select correct database settings? Can you take more screenshots/screencasts with your settings?&lt;/p&gt;
</description>
<category>How To &amp; Manuals</category>
<guid isPermaLink="true">http://skipper18.com/support/4058/import-laravel-migrations?show=4059#a4059</guid>
<pubDate>Wed, 12 May 2021 06:11:42 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] ubuntu  20.01</title>
<link>http://skipper18.com/support/4056/closed-ubuntu-20-01?show=4057#a4057</link>
<description>&lt;p&gt;Hi, what is your question?&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4056/closed-ubuntu-20-01?show=4057#a4057</guid>
<pubDate>Thu, 06 May 2021 13:56:46 +0000</pubDate>
</item>
<item>
<title>Answered: [solved] Skipper in dark mode</title>
<link>http://skipper18.com/support/4053/solved-skipper-in-dark-mode?show=4055#a4055</link>
<description>&lt;p&gt;Hi, new beta version with fix to this issue was released.&lt;/p&gt;

&lt;p&gt;Please download it here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.skipper18.com/support/402/downloads-skipper-beta&quot;&gt;https://www.skipper18.com/support/402/downloads-skipper-beta&lt;/a&gt; and let me know if everything works as expected.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4053/solved-skipper-in-dark-mode?show=4055#a4055</guid>
<pubDate>Tue, 20 Apr 2021 21:03:04 +0000</pubDate>
</item>
<item>
<title>[Closed] How to clear internal Sqlite data structure inconsistency</title>
<link>http://skipper18.com/support/4044/closed-clear-internal-sqlite-data-structure-inconsistency</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I can't remember when it was happened, it seems Skipper's internal data has been collapsed.&lt;br&gt;
When I try to add a index to some entities, I get error like:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Sqlite get data next row failed (1)
Query:
INSERT INTO [IndexField]([uid],[uuid],[tmpDirtyFlag],[index_id],[field_id],[ownerProject_id]) VALUES (6008,'b1a9ca0f-8ea6-4cc0-b26d-f02c912b6ad6',1,24,847,1);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I can add indexes if I edit Skipper's XML file directly, but this error persists.&lt;/p&gt;

&lt;p&gt;Is there any way to &quot;reset&quot; internal data structure?&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4044/closed-clear-internal-sqlite-data-structure-inconsistency</guid>
<pubDate>Sat, 20 Mar 2021 06:29:03 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] illuminate eloquent support without laravel</title>
<link>http://skipper18.com/support/4034/closed-illuminate-eloquent-support-without-laravel?show=4035#a4035</link>
<description>&lt;p&gt;Hello Ryein,&lt;/p&gt;

&lt;p&gt;thank you for sharing your experiences and ideas.&lt;/p&gt;

&lt;p&gt;Unfortunately, it seems that your use case is very specific. Current Eloquent support in Skipper is based on the native Laravel+Eloquent setup and if I understand correctly, the standalone Illuminate Eloquent together with CI behaves slightly different. I believe by CI3/4 you're meaning CodeIgniter, right? Sorry to ask, but I'm not Laravel or CI expert.&lt;/p&gt;

&lt;p&gt;The problem probably is the different syntax than Laravel Eloquent.&lt;/p&gt;

&lt;p&gt;Altought it can look simillar, based on what you wrote it's completely different framework. This usually means that we have to implement it as a standalone support. Also, you're mentioning that you're using CI3 altought CI4 is already released. In case we will decide to implement CI+Eloquent, we will be able to implement only the only latest version. Unfortuantely, we don't have capacity to support also previous versions of the frameworks.&lt;/p&gt;

&lt;p&gt;Regarding your question about base and derived classes, this is something we can't change. Because Eloquent doesn't use any structured langauge to define ORM (like XML,YML or annotations) we have to export whole php file with the definition during every export. We're not able to update Php definitions in the existing code. Because of that we decided to use base&amp;amp;derived classes so user can edit derived class and Skipper the base class.&lt;/p&gt;

&lt;p&gt;All this means that currently we're not able to update Skipper in the way you would need. Maybe we will implement CI+Laravel support later when more users will be interested in this integration. But as I wrote, it will be support only for the latest version of the framework.&lt;/p&gt;

&lt;p&gt;Thanks for understanding.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4034/closed-illuminate-eloquent-support-without-laravel?show=4035#a4035</guid>
<pubDate>Fri, 05 Feb 2021 22:05:35 +0000</pubDate>
</item>
</channel>
</rss>