add getRemoveUrlByPath(), checking dependency when dispAutoinstallAdminUninstall

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8642 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-07-26 07:04:49 +00:00
parent 9acd474c52
commit 5f7be4a7f1
15 changed files with 153 additions and 70 deletions

View file

@ -0,0 +1,11 @@
<query id="getPackageSqlByPath" action="select">
<tables>
<table name="autoinstall_packages" />
</tables>
<columns>
<column name="package_srl" />
</columns>
<conditions>
<condition operation="equal" column="path" var="path" notnull="notnull" />
</conditions>
</query>