<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Skipper support site - Recent questions and answers in Solved</title>
<link>http://skipper18.com/support/qa/solved</link>
<description>Powered by Question2Answer</description>
<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>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>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>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: [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: [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>
<item>
<title>Answered: [Fixed] How can you stop the &quot;keyType&quot; of the model from being a &quot;bigInteger&quot;?</title>
<link>http://skipper18.com/support/4024/fixed-how-can-you-stop-keytype-the-model-from-being-biginteger?show=4033#a4033</link>
<description>&lt;p&gt;It's fixed in the latest beta.&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;&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/4024/fixed-how-can-you-stop-keytype-the-model-from-being-biginteger?show=4033#a4033</guid>
<pubDate>Mon, 25 Jan 2021 11:09:32 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] Cannot select a color from the color picker</title>
<link>http://skipper18.com/support/3982/fixed-cannot-select-a-color-from-the-color-picker?show=3990#a3990</link>
<description>&lt;p&gt;Hello Tom,&lt;/p&gt;

&lt;p&gt;I'm glad to introduce a new version with a lot of fixes and reworked UI for the latest BigSur release.&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;The new version has full support for BigSur on all elements as same as full support for the dark theme on all supported operation systems. Also, we have new welcome screen and several other UI improvements.&lt;/p&gt;

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

&lt;p&gt;Please test it and let me know if you will find any glitches.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3982/fixed-cannot-select-a-color-from-the-color-picker?show=3990#a3990</guid>
<pubDate>Thu, 03 Dec 2020 15:45:40 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] wont run after installing skipper, msvcp140_1.dll missing</title>
<link>http://skipper18.com/support/3987/fixed-wont-run-after-installing-skipper-msvcp140_1-missing?show=3989#a3989</link>
<description>&lt;p&gt;As promised, new version with several fixes is ready.&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 it helps. Thanks.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3987/fixed-wont-run-after-installing-skipper-msvcp140_1-missing?show=3989#a3989</guid>
<pubDate>Thu, 03 Dec 2020 15:38:59 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] Support for Sequelize (ORM)</title>
<link>http://skipper18.com/support/3980/closed-support-for-sequelize-orm?show=3981#a3981</link>
<description>&lt;p&gt;Hello Pavol,&lt;/p&gt;

&lt;p&gt;currently, there is no way how to export to any Node.JS framework. &lt;/p&gt;

&lt;p&gt;We already considered this option but the problem is that there are hundreds of JS ORM frameworks and every month it's another framework which is &quot;the one&quot; ;-). &lt;/p&gt;

&lt;p&gt;So we decided to wait if there will be one of them proved by a time and requested by more users.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3980/closed-support-for-sequelize-orm?show=3981#a3981</guid>
<pubDate>Wed, 11 Nov 2020 09:07:35 +0000</pubDate>
</item>
<item>
<title>Answered: [Answered] How can I generate to Symfony Entity with full property (get/set)</title>
<link>http://skipper18.com/support/3973/answered-how-can-generate-symfony-entity-with-full-property?show=3975#a3975</link>
<description>&lt;p&gt;Have you tried MakeMaker bundle&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ ./bin/console make:entity --regenerate App
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The --regenerate option from the help page:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  --regenerate      Instead of adding new fields, simply generate the methods (e.g. getter/setter) for existing fields
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3973/answered-how-can-generate-symfony-entity-with-full-property?show=3975#a3975</guid>
<pubDate>Mon, 09 Nov 2020 06:46:34 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] With Doctrine2, how can I add a @Groups(&quot;group_name&quot;) annotation to my Entity properties in Skipper?</title>
<link>http://skipper18.com/support/3976/doctrine2-%40groups-group_name-annotation-properties-skipper?show=3977#a3977</link>
<description>&lt;p&gt;Hello Damien,&lt;/p&gt;

&lt;p&gt;Groups are not supported by Skipper because they are not @ORM annotations. It's a serialization bundle independent of Doctrine ORM.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3976/doctrine2-%40groups-group_name-annotation-properties-skipper?show=3977#a3977</guid>
<pubDate>Mon, 09 Nov 2020 06:46:27 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] lifecycleCallbacks issue: Two functions created and link to documentation is outdated</title>
<link>http://skipper18.com/support/3968/lifecyclecallbacks-functions-created-documentation-outdated?show=3969#a3969</link>
<description>&lt;p&gt;The last update fixed some issues with lifecycle-callbacks and this fix probably also fixed the export in your case. The reason why you're getting two methods is probably that you have two different names.&lt;/p&gt;

&lt;p&gt;Compare &quot;updateTimestamps&quot; and &quot;UpdateTimestamps&quot;.&lt;/p&gt;

&lt;p&gt;Regarding the link, it's probably because Doctrine changed again their URLs without backward compatibility. We will check these links (again... ;-( ).&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3968/lifecyclecallbacks-functions-created-documentation-outdated?show=3969#a3969</guid>
<pubDate>Mon, 07 Sep 2020 15:20:06 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] Error while loading shared libraries: libmysqlclient.so.21</title>
<link>http://skipper18.com/support/3960/fixed-error-while-loading-shared-libraries-libmysqlclient?show=3966#a3966</link>
<description>&lt;p&gt;Please try new beta 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;This version correctly contains file libs\libmysqlclient.so.21 &lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3960/fixed-error-while-loading-shared-libraries-libmysqlclient?show=3966#a3966</guid>
<pubDate>Fri, 28 Aug 2020 14:01:43 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] How to create/edit composite foreign key ?</title>
<link>http://skipper18.com/support/3940/fixed-how-to-create-edit-composite-foreign-key?show=3955#a3955</link>
<description>&lt;p&gt;Issues with composite foreign keys are fixed in latest beta 3.2.25.1691.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Laravel support for associations to non-primary fields (New!) (support-ticket)&lt;/li&gt;
&lt;li&gt;Laravel support for associations to composite non-primary fields (New!) (support-ticket)&lt;/li&gt;
&lt;li&gt;Fixed Laravel migration for creating new composite association (support-ticket)&lt;/li&gt;
&lt;/ul&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/3940/fixed-how-to-create-edit-composite-foreign-key?show=3955#a3955</guid>
<pubDate>Fri, 14 Aug 2020 07:31:14 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] Skipper creates table in migration wich already exists.</title>
<link>http://skipper18.com/support/3944/solved-skipper-creates-table-migration-wich-already-exists?show=3954#a3954</link>
<description>&lt;p&gt;As discussed in email communication, this issue wasn't caused by bug in the Skipper but by wrong table name in a completely different entity.&lt;/p&gt;

&lt;p&gt;Entity LoadBalancer had the wrong table name &quot;servers&quot; which caused conflict in migration.&lt;/p&gt;

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

&lt;p&gt;To fix this issue simply update table name property to correct name and update last revision.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3944/solved-skipper-creates-table-migration-wich-already-exists?show=3954#a3954</guid>
<pubDate>Thu, 13 Aug 2020 10:28:14 +0000</pubDate>
</item>
<item>
<title>Answered: [Answered] What is &quot;varchar&quot; on Skipper's appli?</title>
<link>http://skipper18.com/support/3934/answered-what-is-varchar-on-skippers-appli?show=3935#a3935</link>
<description>&lt;p&gt;It depends on what ORM are you designing your model.&lt;/p&gt;

&lt;p&gt;Skipper isn't Database design tool. It's an ORM design tool. So you need to use datatypes offered by selected ORM&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3934/answered-what-is-varchar-on-skippers-appli?show=3935#a3935</guid>
<pubDate>Mon, 06 Apr 2020 16:47:41 +0000</pubDate>
</item>
<item>
<title>Answered: [Fixed] PHP generated for Gedmo definition is wrong</title>
<link>http://skipper18.com/support/3231/fixed-php-generated-for-gedmo-definition-is-wrong?show=3933#a3933</link>
<description>&lt;p&gt;Fixed in latest beta: &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;br&gt;
Please let me know if it works as expected.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3231/fixed-php-generated-for-gedmo-definition-is-wrong?show=3933#a3933</guid>
<pubDate>Mon, 06 Apr 2020 14:44:47 +0000</pubDate>
</item>
<item>
<title>[Closed] LDM conception</title>
<link>http://skipper18.com/support/3929/closed-ldm-conception</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;how can i create an LDM transformation on Skipper please? &lt;br&gt;
i dont find the button or option,&lt;/p&gt;

&lt;p&gt;thank you.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3929/closed-ldm-conception</guid>
<pubDate>Sun, 05 Apr 2020 05:58:38 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] Annotations and RepositoryClass</title>
<link>http://skipper18.com/support/3924/closed-annotations-and-repositoryclass?show=3928#a3928</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;we just tested this use case and everything works as expected on our side. &lt;/p&gt;

&lt;p&gt;When entity has configured &quot;repository-class&quot; property in ORM editor:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/114/11419399456881429157.png&quot; alt=&quot;Skipper Doctrine2 annotations&quot;&gt;&lt;/p&gt;

&lt;p&gt;Skipper correctly exports @ORM\Entity(repositoryClass=&quot;testrepo&quot;) as you can see here:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/061/6152017635337535799.png&quot; alt=&quot;Doctrine2 annotations repository class&quot;&gt;&lt;/p&gt;

&lt;p&gt;Can you please send me any example project where we can simulate the issue you're describing? Please send it directly to ludek.vodicka@skipper18.com&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3924/closed-annotations-and-repositoryclass?show=3928#a3928</guid>
<pubDate>Fri, 03 Apr 2020 05:41:37 +0000</pubDate>
</item>
<item>
<title>Answered: [Closed] onDelete in Many-To-Many relation</title>
<link>http://skipper18.com/support/3920/closed-ondelete-in-many-to-many-relation?show=3921#a3921</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I believe you're asking how to do that in Doctrine2 ORM, right?&lt;/p&gt;

&lt;p&gt;If so, you need to select one of two associations leading from MN entity and configure on-delete and on-update.&lt;/p&gt;

&lt;p&gt;Each direction is configured independently.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/081/8149831689299211534.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3920/closed-ondelete-in-many-to-many-relation?show=3921#a3921</guid>
<pubDate>Mon, 02 Mar 2020 13:19:22 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] Issue with exporting many to many tables and relations</title>
<link>http://skipper18.com/support/3910/solved-issue-with-exporting-many-many-tables-and-relations?show=3915#a3915</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;new beta with a fix for this issue is ready: &lt;a rel=&quot;nofollow&quot; href=&quot;https://support.skipper18.com/402/downloads-skipper-beta&quot;&gt;https://support.skipper18.com/402/downloads-skipper-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please test 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/3910/solved-issue-with-exporting-many-many-tables-and-relations?show=3915#a3915</guid>
<pubDate>Mon, 02 Dec 2019 07:45:56 +0000</pubDate>
</item>
<item>
<title>[Closed] Invalid field order in a generated entity class</title>
<link>http://skipper18.com/support/3844/closed-invalid-field-order-in-a-generated-entity-class</link>
<description>&lt;p&gt;Doctrine2, annotation driver. This seems to happen with composite keys.&lt;/p&gt;

&lt;p&gt;A sample entity:&lt;br&gt;
&lt;img src=&quot;https://downloads.skipper18.com/support-images/024/2401474816254353680.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Generated PHP code:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;use Doctrine\ORM\Mapping as ORM;

/**
 * @ORM\Entity
 * @ORM\Table(name=&quot;tags_to_tickets&quot;)
 */
class TagsToTickets
{
    /**
     * @ORM\Id
     * @ORM\Column(type=&quot;integer&quot;, options={&quot;unsigned&quot;:true})
     */
    private $user_id;

    /**
     * @ORM\Id
     * @ORM\ManyToOne(targetEntity=&quot;Model\Entity\Ticket\Ticket&quot;, inversedBy=&quot;tagsToTickets&quot;)
     * @ORM\JoinColumn(name=&quot;ticket_id&quot;, referencedColumnName=&quot;id&quot;, nullable=false, onDelete=&quot;CASCADE&quot;)
     */
    private $ticket;

    /**
     * @ORM\Id
     * @ORM\ManyToOne(targetEntity=&quot;Model\Entity\Ticket\TicketTag&quot;, inversedBy=&quot;tagsToTickets&quot;)
     * @ORM\JoinColumn(name=&quot;tag_id&quot;, referencedColumnName=&quot;id&quot;, nullable=false, onDelete=&quot;RESTRICT&quot;)
     */
    private $ticketTags;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Now, if a table is created by &lt;code&gt;doctrine orm:schema-tool:create&lt;/code&gt; based on such a file, the invalid order is reflected in the table definition:&lt;br&gt;
&lt;img src=&quot;https://downloads.skipper18.com/support-images/150/15087453710257869287.png&quot; alt=&quot;table&quot;&gt;&lt;/p&gt;

&lt;p&gt;I know (as stated in &lt;a rel=&quot;nofollow&quot; href=&quot;https://support.skipper18.com/2858/answered-configure-doctrine2-script-export-default-values?show=3843#c3843),&quot;&gt;https://support.skipper18.com/2858/answered-configure-doctrine2-script-export-default-values?show=3843#c3843),&lt;/a&gt; that Skipper is not a PHP code generator but since it provides this particular feature, it should respect the declaration order of all fields (as far as no technical reason disallows it).&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3844/closed-invalid-field-order-in-a-generated-entity-class</guid>
<pubDate>Fri, 11 Oct 2019 08:44:00 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] Export laravel migrations</title>
<link>http://skipper18.com/support/3819/solved-export-laravel-migrations?show=3820#a3820</link>
<description>&lt;p&gt;Hello Roberto,&lt;/p&gt;

&lt;p&gt;migrations should be exported automatically to the following path&lt;/p&gt;

&lt;p&gt;database/migrations/2018&lt;em&gt;11&lt;/em&gt;30&lt;em&gt;144432&lt;/em&gt;skipper&lt;em&gt;migrations&lt;/em&gt;2018113014443275.php&lt;/p&gt;

&lt;p&gt;Can you please check it?&lt;/p&gt;

&lt;p&gt;In case you will not find such directory, please send me your project to &lt;em&gt;Emails are not allowed&lt;/em&gt; and I will inspect it.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3819/solved-export-laravel-migrations?show=3820#a3820</guid>
<pubDate>Thu, 26 Sep 2019 15:38:44 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] Is my installation broken?</title>
<link>http://skipper18.com/support/3808/solved-is-my-installation-broken?show=3809#a3809</link>
<description>&lt;p&gt;Hello Tom,&lt;/p&gt;

&lt;p&gt;Regarding singular/plural names. The option you found in configuration serves only for GUI in association wizards, where you can configure whether to generate singular or plural form for aliases.&lt;/p&gt;

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

&lt;p&gt;Based on our previous conversations I suppose you're asking for Laravel, right? Because only Laravel currently has built-in feature to generate plural table names. If so, there is currently no way how to turn it off. &lt;/p&gt;

&lt;p&gt;Can I ask why is why exactly is necessary to export Laravel tables in singular form? Or what kind of &quot;singular/plural&quot; option are you looking for?&lt;/p&gt;

&lt;p&gt;Regarding entity/field ORM properties, it would be great if you can send more details about your project. Is it still Laravel? Because Laravel field has a lot of options as you can see here:&lt;/p&gt;

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

&lt;p&gt;Are you sure you have selected the correct ORM framework? Didn't you choose &quot;Without ORM&quot; project? Can you share your project with me?&lt;/p&gt;

&lt;blockquote&gt;
  &lt;blockquote&gt;
    &lt;p&gt;I'm trying to build ERDs for Doctrine 2 &amp;amp; No Framework. I'll be happy to send a video to&lt;br&gt;
    show you all these problems. It feels like my installation is broken so I uninstalled and&lt;br&gt;
    reinstalled but that didn't fix it.&lt;/p&gt;
  &lt;/blockquote&gt;
&lt;/blockquote&gt;

&lt;p&gt;It definitely seems like broken installation of wrong project settings. Can you please send this project to ludek.vodicka@skipper18.com so we can check it?&lt;/p&gt;

&lt;p&gt;If possible, can you also create video screencast with these missing options?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3808/solved-is-my-installation-broken?show=3809#a3809</guid>
<pubDate>Tue, 17 Sep 2019 05:15:05 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] What did I do to my modules?</title>
<link>http://skipper18.com/support/3683/solved-what-did-i-do-to-my-modules?show=3690#a3690</link>
<description>&lt;p&gt;Hi Gary,&lt;/p&gt;

&lt;p&gt;I just checked your project files and the reason for this behavior is pretty simple.&lt;/p&gt;

&lt;p&gt;You (or your colleagues) duplicated existing module file several times.&lt;/p&gt;

&lt;p&gt;This caused several modules now sharing the same unique UUID, which is internally used for configuring positions in XML files.&lt;/p&gt;

&lt;p&gt;as you can see on these two modules, both have the same UUID.&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;you need to manually edit these xml files and assign unique id to each module which has the same uuid.&lt;/p&gt;

&lt;p&gt;Ludek&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3683/solved-what-did-i-do-to-my-modules?show=3690#a3690</guid>
<pubDate>Wed, 03 Jul 2019 14:00:37 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] Doctrine2 Annotation Id in a @MappedSupperclass</title>
<link>http://skipper18.com/support/1839/solved-doctrine2-annotation-id-in-a-%40mappedsupperclass?show=3628#a3628</link>
<description>&lt;p&gt;This is now implemented.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/1839/solved-doctrine2-annotation-id-in-a-%40mappedsupperclass?show=3628#a3628</guid>
<pubDate>Wed, 05 Jun 2019 08:59:19 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] Skipper not showing up on windows on startup</title>
<link>http://skipper18.com/support/3381/solved-skipper-not-showing-up-on-windows-on-startup?show=3524#a3524</link>
<description>&lt;p&gt;For Windows systems, please try to erase following key from registry HKEY&lt;em&gt;CURRENT&lt;/em&gt;USER\Software\Inventic s.r.o.\Skipper&lt;/p&gt;

&lt;p&gt;It will completely erase all Skipper settings.&lt;/p&gt;

&lt;p&gt;Second option is to execute skipper with flag -clear-settings&lt;/p&gt;

&lt;p&gt;skipper.exe -clear-settings&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3381/solved-skipper-not-showing-up-on-windows-on-startup?show=3524#a3524</guid>
<pubDate>Wed, 08 May 2019 07:07:35 +0000</pubDate>
</item>
<item>
<title>Answered: [Solved] How to add a custom attribute in the ORM export?</title>
<link>http://skipper18.com/support/3379/solved-how-to-add-a-custom-attribute-in-the-orm-export?show=3388#a3388</link>
<description>&lt;p&gt;New beta with added &quot;hardDelete&quot; attribute is ready&lt;/p&gt;

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

&lt;p&gt;Please let me know if it works as expected.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3379/solved-how-to-add-a-custom-attribute-in-the-orm-export?show=3388#a3388</guid>
<pubDate>Thu, 04 Apr 2019 15:46:45 +0000</pubDate>
</item>
<item>
<title>[Fixed] Laravel: Decimal Attribute Casting</title>
<link>http://skipper18.com/support/3356/fixed-laravel-decimal-attribute-casting</link>
<description>&lt;p&gt;Skipper Beta: 3.2.17.1516&lt;/p&gt;

&lt;p&gt;I was experiencing an irritating error after I imported my project from MariaDB using the Laravel external import tool.&lt;/p&gt;

&lt;p&gt;Laravel Error: &lt;br&gt;
&quot;message&quot;: &quot;Undefined offset: 1&quot;,&lt;br&gt;
    &quot;exception&quot;: &quot;ErrorException&quot;,&lt;br&gt;
    &quot;file&quot;: &quot;/var/www/projectname/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php&quot;,&lt;/p&gt;

&lt;p&gt;Solution:&lt;br&gt;
After a lot of experimenting and reading Laravel documentation, I found out that the bug came from decimals and attribute casting.&lt;/p&gt;

&lt;p&gt;&quot;When casting to decimal, you should define the number of digits, eg. decimal:2&quot;&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://laravel.com/docs/5.8/eloquent-mutators#attribute-casting&quot;&gt;https://laravel.com/docs/5.8/eloquent-mutators#attribute-casting&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The import failed to grab the decimal arguments. If it not possible to grab them, it should default to some other value.&lt;/p&gt;

&lt;p&gt;After manually setting the decimal digits the export to Laravel worked perfectly.  &lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3356/fixed-laravel-decimal-attribute-casting</guid>
<pubDate>Sat, 16 Mar 2019 09:45:02 +0000</pubDate>
</item>
<item>
<title>[Solved] License activation failed - Couldn't connect to server</title>
<link>http://skipper18.com/support/3351/solved-license-activation-failed-couldnt-connect-to-server</link>
<description>&lt;p&gt;Today, after upgrading to latest version (3.2.16.1512), Skipper was unable to check license:&lt;/p&gt;

&lt;p&gt;curl&lt;em&gt;easy&lt;/em&gt;perform(), url:&lt;a rel=&quot;nofollow&quot; href=&quot;https://stark.skipper18.com/v1/stark-server/activate-license&quot;&gt;https://stark.skipper18.com/v1/stark-server/activate-license&lt;/a&gt;&lt;br&gt;
 failed: Couldn't connect to server&lt;br&gt;
Proxy settings: url:-, port:-, loginpass:-]&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3351/solved-license-activation-failed-couldnt-connect-to-server</guid>
<pubDate>Mon, 11 Mar 2019 07:04:02 +0000</pubDate>
</item>
<item>
<title>[Fixed] composite key one-to-one unexpected behavior (adds unique constraint to all fields in composite key)</title>
<link>http://skipper18.com/support/3347/composite-unexpected-behavior-constraint-fields-composite</link>
<description>&lt;p&gt;Look at image.&lt;br&gt;
&lt;img src=&quot;https://c2n.me/40aK3mS.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
I have ComponentProviderPrice entiy with composile PK (component&lt;em&gt;id, provider&lt;/em&gt;id)&lt;br&gt;
I have ComponentProviderPriceDetail entiy with composile PK (component&lt;em&gt;id, provider&lt;/em&gt;id)&lt;/p&gt;

&lt;p&gt;I need one-to-one between ComponentProviderPrice and ComponentProviderPriceDetail&lt;br&gt;
When I select that relation, editor automaticaly adds uniq constraints &lt;br&gt;
to component&lt;em&gt;id and provider&lt;/em&gt;id&lt;br&gt;
&lt;img src=&quot;https://c2n.me/40aKb0a.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;But I dont need that (maybe it must be composite uniq - but better way is not do magic there - cause i can't affect it)&lt;br&gt;
When I remove uniq (unchecking checkboxes) my relation comes one-to-many.&lt;br&gt;
Now I need manualy edit skipper file (after save project) and manualy fix relations before export to ORM.&lt;/p&gt;

&lt;p&gt;And i have another strange behavior when save/load project.&lt;br&gt;
1) I leave uniq constraits and save project.&lt;br&gt;
2) When loading i see one-to-one between component and ComponentProviderPriceDetail. And same between  provider and ComponentProviderPriceDetail&lt;/p&gt;

&lt;p&gt;Plz. fix this. Too muth magic for me.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3347/composite-unexpected-behavior-constraint-fields-composite</guid>
<pubDate>Mon, 04 Mar 2019 07:04:14 +0000</pubDate>
</item>
<item>
<title>[Answered] Round-trip editing</title>
<link>http://skipper18.com/support/3329/answered-round-trip-editing</link>
<description>&lt;p&gt;For adding new fields I find editing my entities in PhpStorm is faster than using Skipper (I use Doctrine2 and annotations).&lt;/p&gt;

&lt;p&gt;For adding relations and visualising them Skipper is far easier.&lt;/p&gt;

&lt;p&gt;Can we have better support for exporting and importing, and keeping in sync? I have spotted a couple of problems:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;When I use &quot;File &amp;gt; Import to Project &amp;gt; Import ORM Schema File&quot; the new fields are imported, but are added to the bottom of the entity in Skipper, not in the order they are in the code.&lt;/p&gt;

&lt;p&gt;Example: I exported the SampleEntity that Skipper creates when first run.&lt;br&gt;
In my code editor I added fields &quot;email&quot; and &quot;phone&quot;. I added the fields after &quot;name&quot; and before &quot;created_at&quot;.&lt;/p&gt;

&lt;p&gt;When reimported to Skipper, they were placed at the bottom:&lt;br&gt;
&lt;img src=&quot;https://downloads.skipper18.com/support-images/022/2294843330022477763.png&quot; alt=&quot;New fields at the bottom&quot;&gt;&lt;br&gt;
which is not where I meant them to be!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;If I remove fields in my code and reimport into Skipper, these fields are not removed from the entity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Example: I deleted &quot;email&quot; and reimported the ORM schema. &quot;email&quot; was not removed.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;To be able to synchronise the changes in both directions would be extremely useful.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3329/answered-round-trip-editing</guid>
<pubDate>Thu, 31 Jan 2019 16:39:58 +0000</pubDate>
</item>
<item>
<title>[Solved] orphanRemoval in ManyToMany</title>
<link>http://skipper18.com/support/3251/solved-orphanremoval-in-manytomany</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
In Doctrine 2, the management of orphanRemoval in a Many to Many link is possible, but it is not possible to do it with Skipper or I did not find the entry point.&lt;br&gt;
Do you have a solution ?&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3251/solved-orphanremoval-in-manytomany</guid>
<pubDate>Tue, 18 Dec 2018 10:43:52 +0000</pubDate>
</item>
<item>
<title>[Answered] Gedmo Export Format Change Causing Issues</title>
<link>http://skipper18.com/support/3249/answered-gedmo-export-format-change-causing-issues</link>
<description>&lt;p&gt;In a previous version of Skipper (over a year old), exporting my ORM YAML files to Symfony would generate gedmo configurations that looked like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  gedmo:
    timestampable:
      'on': create
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;After updating to the latest version, the output looks like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  gedmo:
    - timestampable:
        on: create
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The quotes being removed for &quot;on&quot; is not a problem, bit the &quot; - &quot; prefix on timestampable is causing errors in our Symfony 3.4 app.&lt;/p&gt;

&lt;p&gt;Besides using a different output format like XML, is there a way to adjust the YAML format? &lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3249/answered-gedmo-export-format-change-causing-issues</guid>
<pubDate>Thu, 13 Dec 2018 17:42:49 +0000</pubDate>
</item>
<item>
<title>[Fixed] Problems with the generation of lifecycle callback</title>
<link>http://skipper18.com/support/3225/fixed-problems-with-the-generation-of-lifecycle-callback</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
There is, I think, a problem in the management of LifecycleCallbacks.&lt;br&gt;
When importing my entity, @ORM \ HasLifecycleCallbacks, @PrePersist and @PreFlush annotations already present are not recognized.&lt;br&gt;
If I add them in my entity, at each generation, the method is added again.&lt;br&gt;
Thanks for your help.&lt;br&gt;
Small precision, I tried with a new project and everything goes well&lt;br&gt;
[Skipper 3.2.14.1430 Symfony4 Doctrine 2]&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3225/fixed-problems-with-the-generation-of-lifecycle-callback</guid>
<pubDate>Thu, 22 Nov 2018 08:16:27 +0000</pubDate>
</item>
<item>
<title>[Fixed] Unneccesary foreign column in recent update</title>
<link>http://skipper18.com/support/3212/fixed-unneccesary-foreign-column-in-recent-update</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Since the new inheritance update for Propel models, my model starts to make unneccesary keys on all relations. (1:1, 1:m, m:m)&lt;/p&gt;

&lt;p&gt;According to the Propel2 documentation on class table inheritance (&lt;a rel=&quot;nofollow&quot; href=&quot;http://propelorm.org/documentation/08-inheritance.html#class-table-inheritance&quot;&gt;link&lt;/a&gt;) you need to add a foreign key in order to delegate to that entity. The table itself also needs to have an identifier column.&lt;/p&gt;

&lt;p&gt;Every time I make a relation to that delegated class, it will add two foreign keys instead of one. (both the identifier of the base as well as the delegated table). Now this wasn't a problem for so far since I just removed the unneccesary column generated and moved on. Except now I need to make a m:m relation, which does not allow me to remove that one unneccesary column.&lt;/p&gt;

&lt;p&gt;Here is my situation, and where it goes wrong.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/135/13575753419477107458.png&quot; alt=&quot;Wizard&quot;&gt;&lt;img src=&quot;https://downloads.skipper18.com/support-images/104/10432250703429508356.png&quot; alt=&quot;Issue&quot;&gt;&lt;/p&gt;

&lt;p&gt;I'll be awaiting your reply, and thanks in advance.&lt;/p&gt;
</description>
<category>Solved</category>
<guid isPermaLink="true">http://skipper18.com/support/3212/fixed-unneccesary-foreign-column-in-recent-update</guid>
<pubDate>Thu, 08 Nov 2018 14:55:44 +0000</pubDate>
</item>
</channel>
</rss>