Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for Bianco (0.16 sec)

  1. tests/update_test.go

    	if rowsAffected := DB.Model(&User{}).Clauses(clause.From{Tables: []clause.Table{{Name: "accounts"}}}).Where("accounts.user_id = users.id AND accounts.number = ? AND accounts.deleted_at IS NULL", users[0].Account.Number).Update("name", "franco").RowsAffected; rowsAffected != 1 {
    		t.Errorf("should only update one record, but got %v", rowsAffected)
    	}
    
    	var result User
    	if err := DB.Where("id = ?", users[0].ID).First(&result).Error; err != nil {
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Dec 04 03:50:58 GMT 2023
    - 30.3K bytes
    - Viewed (0)
  2. docs/es/docs/async.md

    Pero aún así, la experiencia final no es la mejor 😞.
    
    ---
    
    Esta sería la historia paralela equivalente de las hamburguesas 🍔.
    
    Para un ejemplo más "real" de ésto, imagina un banco.
    
    Hasta hace poco, la mayoría de los bancos tenían varios cajeros 👨‍💼👨‍💼👨‍💼👨‍💼 y una gran línea 🕙🕙🕙🕙🕙🕙🕙🕙.
    
    Todos los cajeros haciendo todo el trabajo con un cliente tras otro 👨‍💼⏯.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 24.9K bytes
    - Viewed (0)
  3. docs/pt/docs/index.md

        * Converte tipos Python (`str`, `int`, `float`, `bool`, `list` etc).
        * Objetos `datetime`.
        * Objetos `UUID`.
        * Modelos de Banco de Dados.
        * ...e muito mais.
    * Documentação interativa automática da API, incluindo 2 alternativas de interface de usuário:
        * Swagger UI.
        * ReDoc.
    
    ---
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.6K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    homesklep.pl
    
    // Hong Kong Productivity Council: https://www.hkpc.org/
    // Submitted by SECaaS Team <******@****.***>
    secaas.hk
    
    // Hoplix : https://www.hoplix.com
    // Submitted by Danilo De Franco<******@****.***>
    hoplix.shop
    
    
    // HOSTBIP REGISTRY : https://www.hostbip.com/
    // Submitted by Atanunu Igbunuroghene <******@****.***>
    orx.biz
    biz.gl
    col.ng
    firm.ng
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top