Changeset 5133
- Timestamp:
- Oct 15, 2009, 8:01:32 AM (13 years ago)
- Location:
- branches/2.13-stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.13-stable/build.xml
r5090 r5133 67 67 <property name="base.majorversion" value="2" /> 68 68 <property name="base.minorversion" value="13" /> 69 <property name="base.maintenanceversion" value="1 pre" />69 <property name="base.maintenanceversion" value="1" /> 70 70 <property name="base.version" 71 71 value="${base.majorversion}.${base.minorversion}.${base.maintenanceversion}" /> -
branches/2.13-stable/credits.txt
r4974 r5133 1 1 $Id$ 2 2 3 The current BASE team is (at BASE 2.1 2.1 release)3 The current BASE team is (at BASE 2.13.1 release) 4 4 {{{ 5 5 Jari Häkkinen -
branches/2.13-stable/src/core/net/sf/basedb/core/HibernateUtil.java
r5038 r5133 1236 1236 most useful with <code>lockMode</code> = {@link LockMode#NONE} if 1237 1237 the logged in user only has read permission to the object. 1238 @see DbControl#reattachItem(BasicItem )1238 @see DbControl#reattachItem(BasicItem, boolean) 1239 1239 */ 1240 1240 static void lockData(Session session, BasicData data, LockMode lockMode) -
branches/2.13-stable/src/core/net/sf/basedb/core/ItemContext.java
r5061 r5133 1293 1293 <li>%: The rest of the string is the channel number. We use the 1294 1294 {@link Dynamic#column(VirtualColumn)} to create the expression 1295 for {@link VirtualColumn#channel (int)}1295 for {@link VirtualColumn#channelRaw(int)} 1296 1296 1297 1297 <li>$: The rest of the string is a raw data property name. We use
Note: See TracChangeset
for help on using the changeset viewer.