- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 131 for transactions (0.48 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/generics_test.go
} sg.Done() }() } sg.Wait() } func TestGenericsWithTransaction(t *testing.T) { ctx := context.Background() tx := DB.Begin() if tx.Error != nil { t.Fatalf("failed to begin transaction: %v", tx.Error) } users := []User{{Name: "TestGenericsTransaction", Age: 18}, {Name: "TestGenericsTransaction2", Age: 18}} err := gorm.G[User](tx).CreateInBatches(ctx, &users, 2)
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Tue Dec 30 08:11:14 GMT 2025 - 34.9K bytes - Click Count (0) -
docs/en/docs/tutorial/dependencies/dependencies-with-yield.md
For example, if some code at some point in the middle, in another dependency or in a *path operation*, made a database transaction "rollback" or created any other exception, you would receive the exception in your dependency. So, you can look for that specific exception inside the dependency with `except SomeException`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 12.6K bytes - Click Count (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
assertEquals(65536, maximumBufferSize, "Should delegate maximum buffer size"); assertEquals(65024, transactionBufferSize, "Should delegate transaction buffer size"); assertEquals(16, bufferCacheSize, "Should delegate buffer cache size"); assertEquals(1024, notifyBufferSize, "Should delegate notify buffer size");
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.7K bytes - Click Count (0) -
docs/es/docs/tutorial/dependencies/dependencies-with-yield.md
Por ejemplo, si algún código en algún punto intermedio, en otra dependencia o en una *path operation*, realiza un "rollback" en una transacción de base de datos o crea cualquier otro error, recibirás la excepción en tu dependencia. Por lo tanto, puedes buscar esa excepción específica dentro de la dependencia con `except SomeException`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 13.3K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
assertNotNull(connection, "Connection should not be null"); assertEquals(mockAddress, connection.getRemoteAddress(), "Remote address should match"); // Test connection state transitions RdmaConnection.RdmaConnectionState initialState = connection.getState(); assertNotNull(initialState, "Initial state should not be null"); assertTrue(
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 13.8K bytes - Click Count (0) -
docs/pt/docs/_llm-test.md
Veja, por exemplo, a seção `### List of English terms and their preferred German translations` em `docs/de/llm-prompt.md`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12.1K bytes - Click Count (0) -
docs/uk/docs/help-fastapi.md
* Обов'язково додайте ваше посилання на початок відповідного розділу. * Щоб допомогти [перекласти документацію](contributing.md#translations) вашою мовою. * Ви також можете допомогти з переглядом перекладів, створених іншими. * Щоб запропонувати нові розділи документації. * Щоб виправити наявну проблему/помилку. * Обов'язково додайте тести.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 19.8K bytes - Click Count (0) -
docs/de/docs/help-fastapi.md
* Stellen Sie sicher, dass Sie Ihren Link am Anfang des entsprechenden Abschnitts einfügen. * Um zu helfen, [die Dokumentation in Ihre Sprache zu übersetzen](contributing.md#translations). * Sie können auch dabei helfen, die von anderen erstellten Übersetzungen zu überprüfen. * Um neue Dokumentationsabschnitte vorzuschlagen. * Um ein bestehendes Problem/Bug zu beheben.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/zh-hant/docs/_llm-test.md
//// //// tab | 資訊 這是一份不完整且非規範性的(多為)技術術語清單,來源為文件內容。它可能有助於提示設計者判斷哪些術語需要 LLM 的特別協助。例如當 LLM 反覆把好的翻譯改回成較差的版本,或在你的語言中對某詞的詞形變化處理有困難時。 請見例如 `docs/de/llm-prompt.md` 中的 `### List of English terms and their preferred German translations` 小節。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10K bytes - Click Count (0) -
docs/zh-hant/docs/help-fastapi.md
* 修正文檔中你發現的錯字。 * 分享你建立或發現的 FastAPI 相關文章、影片或 podcast,方法是[編輯這個檔案](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml)。 * 請確保把你的連結加到對應章節的開頭。 * 協助把[文件翻譯](contributing.md#translations)成你的語言。 * 你也可以幫忙審查他人提交的翻譯。 * 提議新的文件章節。 * 修復既有的 issue/bug。 * 記得要加上測試。 * 新增一個功能。 * 記得要加上測試。 * 若相關,請記得補上文件。 ## 協助維護 FastAPI { #help-maintain-fastapi } 幫我一起維護 **FastAPI**!🤓Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 11.9K bytes - Click Count (0)