﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Morten Lyhr commented on Setting Up Zero Friction Projects - Data Access</title><description>I have created a NHibernate SchemaUpdate sample here:
  
http://morten.lyhr.dk/2008/03/nhibernates-schemaupdate-feature.html
</description><link>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment6</link><guid>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment6</guid><pubDate>Fri, 21 Mar 2008 09:24:40 GMT</pubDate></item><item><title>jonnii commented on Setting Up Zero Friction Projects - Data Access</title><description>i achieve the same thing with custom nant tasks.  so i can do:
  
  
nant db:recreate
  
nant db:dump 
  
nant db:deploy
  
  
It's similar to how it works in ruby on rails.  All the commands allow you to dump the sql that would be executed to a file, because where i work we don't have db.owner on the UAT or PROD environments and the scripts have to be run by a dba.
</description><link>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment5</link><guid>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment5</guid><pubDate>Sat, 09 Feb 2008 11:15:07 GMT</pubDate></item><item><title>Ayende Rahien commented on Setting Up Zero Friction Projects - Data Access</title><description>Andres,
  
You can check the Hibernate docs about it
</description><link>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment4</link><guid>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment4</guid><pubDate>Sat, 09 Feb 2008 10:51:03 GMT</pubDate></item><item><title>Ayende Rahien commented on Setting Up Zero Friction Projects - Data Access</title><description> Gauthier ,
  
Well, yeah, but I left that one as an exercise for the reader :-)
</description><link>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment3</link><guid>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment3</guid><pubDate>Sat, 09 Feb 2008 10:50:02 GMT</pubDate></item><item><title>Anders commented on Setting Up Zero Friction Projects - Data Access</title><description>Where can I read more about SchemaUpdate in NHibernate?
</description><link>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment2</link><guid>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment2</guid><pubDate>Sat, 09 Feb 2008 09:07:48 GMT</pubDate></item><item><title>Gauthier Segay commented on Setting Up Zero Friction Projects - Data Access</title><description>Great, 
  
  
you also need the static html form to put in the root folder:
  
  
&lt;form action="home/createindex.castle" method="post"&gt;
  
&lt;label for="allow"&gt;create the schema from scratch once again: &lt;input type="checkbox" name="allow" id="allow"/&gt;&lt;/label&gt;
  
&lt;button type="submit"&gt;just do it&lt;/button&gt;
  
&lt;/form&gt;
  
  
now you are ready for what is advertised on #top :)
</description><link>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment1</link><guid>http://ayende.com/3131/setting-up-zero-friction-projects-data-access#comment1</guid><pubDate>Sat, 09 Feb 2008 02:02:06 GMT</pubDate></item></channel></rss>