|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
New Topic: Server responseA new topic, 'Server response', has been made on a board you are watching.
You can see it at http://liquibase.org/forum/index.php?topic=178.new#new The text of the topic is shown below: What happens to the server resonse to a refactoring? For example, if I use the following insert on a Mysql DB it may generate a warning but still complete the insert. How do I see that warning when I am using liquibase? <insert tableName="People"> <column name="id" valueNumeric="2"/> <column name="firstname" value="Fred"/> <column name="lastname" value="Johnson"/> <column name="username" value="fjohnson"/> <column name="testid" valueNumeric="2"/> </insert> Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0 Regards, The LiquiBase Community Forum Team. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Liquibase-user mailing list Liquibase-user@... https://lists.sourceforge.net/lists/listinfo/liquibase-user |
|
|
Re: New Topic: Server responseThis is a limitation of the technology involved, simply put JDBC does not allow access to the messages unless there is an error.
----- Original Message ---- From: LiquiBase Community Forum <nathan@...> To: Liquibase-user@... Sent: Wednesday, 30 September, 2009 19:41:24 Subject: [Liquibase-user] New Topic: Server response A new topic, 'Server response', has been made on a board you are watching. You can see it at http://liquibase.org/forum/index.php?topic=178.new#new The text of the topic is shown below: What happens to the server resonse to a refactoring? For example, if I use the following insert on a Mysql DB it may generate a warning but still complete the insert. How do I see that warning when I am using liquibase? <insert tableName="People"> <column name="id" valueNumeric="2"/> <column name="firstname" value="Fred"/> <column name="lastname" value="Johnson"/> <column name="username" value="fjohnson"/> <column name="testid" valueNumeric="2"/> </insert> Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0 Regards, The LiquiBase Community Forum Team. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Liquibase-user mailing list Liquibase-user@... https://lists.sourceforge.net/lists/listinfo/liquibase-user |
| Free embeddable forum powered by Nabble | Forum Help |